diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-07-26 22:15:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-07-26 22:15:07 +0000 |
commit | c613cb2ce4eb5940c2c414deff5544bb90ae9303 (patch) | |
tree | b5ecdf6b91a7c18fb5e8ddb8099154c1a1ea45e3 /configure.in | |
parent | a18306708f3c94d92b74b5b96337a859abb9e097 (diff) | |
download | pango-c613cb2ce4eb5940c2c414deff5544bb90ae9303.tar.gz |
Add back non-spurious \$ removed in last commit.
Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
* Add back non-spurious \$ removed in last commit.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6d9a87d5..55a9744c 100644 --- a/configure.in +++ b/configure.in @@ -360,7 +360,7 @@ INCLUDED_FT2_MODULES= INCLUDED_WIN32_MODULES= IFS="${IFS= }"; pango_save_ifs="$IFS"; IFS="," for module in $included_modules; do - if echo $indic_modules | egrep "(^| )$module($| )" > /dev/null; then + if echo $indic_modules | egrep "(^| )$module(\$| )" > /dev/null; then dir=indic else dir=`echo $module | sed "s/-.*//"` |