summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-07-26 22:12:55 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-07-26 22:12:55 +0000
commita18306708f3c94d92b74b5b96337a859abb9e097 (patch)
tree0247ee7cbac0cb88aa9d4897d9173ea161f98fd8 /configure.in
parent85d357155a82789ab969802555b269e925dfa615 (diff)
downloadpango-a18306708f3c94d92b74b5b96337a859abb9e097.tar.gz
Fix a leftover spurious \$ from the last commit.
Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com> * Fix a leftover spurious \$ from the last commit.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 55a9744c..6d9a87d5 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/-.*//"`