summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-07-30 14:50:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-07-30 14:50:36 +0000
commiteafc70b0d7ffd52f6c60cf8d5794ac5f2c00e2c7 (patch)
tree4a84f1f186c2131af6d94364a327175419736aca
parentc1c23418e36ea9d38b63fed9a2735bfb28c1b320 (diff)
downloadpango-eafc70b0d7ffd52f6c60cf8d5794ac5f2c00e2c7.tar.gz
Use egrep for khmer, like the rest, to fix --with-included-modules.
2005-07-30 Owen Taylor <otaylor@redhat.com> * configure.in: Use egrep for khmer, like the rest, to fix --with-included-modules. (#311930, Sebastien Bacher)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--configure.in2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9599ba0c..147a64f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-30 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Use egrep for khmer, like the rest, to
+ fix --with-included-modules. (#311930, Sebastien Bacher)
+
2005-07-29 J. Ali Harlow <ali@juiblex.co.uk>
* pango/Makefile.am: Look for pango.def, pangoft2.def and
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 9599ba0c..147a64f4 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2005-07-30 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Use egrep for khmer, like the rest, to
+ fix --with-included-modules. (#311930, Sebastien Bacher)
+
2005-07-29 J. Ali Harlow <ali@juiblex.co.uk>
* pango/Makefile.am: Look for pango.def, pangoft2.def and
diff --git a/configure.in b/configure.in
index 91a5f611..3f1c8336 100644
--- a/configure.in
+++ b/configure.in
@@ -422,7 +422,7 @@ AM_CONDITIONAL(INCLUDE_HEBREW_FC,echo $included_modules | egrep '(^|,)hebrew-fc(
AM_CONDITIONAL(INCLUDE_INDIC_FC,echo $included_modules | egrep '(^|,)indic-fc($|,)' > /dev/null)
-AM_CONDITIONAL(INCLUDE_KHMER_FC,echo $included_modules | grep '(^|,)khmer-fc($|,)' > /dev/null)
+AM_CONDITIONAL(INCLUDE_KHMER_FC,echo $included_modules | egrep '(^|,)khmer-fc($|,)' > /dev/null)
AM_CONDITIONAL(INCLUDE_SYRIAC_FC,echo $included_modules | egrep '(^|,)syriac-fc($|,)' > /dev/null)