summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2011-04-14 12:22:30 +0200
committerKristian Rietveld <kris@gtk.org>2011-04-14 12:30:03 +0200
commitad401ec2d5f7662b89804e5c269945fc26c0f232 (patch)
tree81a51746ad368ec14182142142cc5a31ce6f26fd /configure.in
parentcf1d6fdaaec524b5892200bdc7c2a4560e853719 (diff)
downloadpango-ad401ec2d5f7662b89804e5c269945fc26c0f232.tar.gz
Correctly generate module-defs-coretext.c in configure.in
Patch by Jerome Lambourg
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 7d8cbeb3..60b0dacf 100644
--- a/configure.in
+++ b/configure.in
@@ -923,7 +923,7 @@ EOTEXT
IFS="${IFS= }"; pango_save_ifs="$IFS"; IFS=","
for module in $included_modules; do
- if echo $module | egrep -- "-atsui($|,)" > /dev/null; then
+ if echo $module | egrep -- "-coretext($|,)" > /dev/null; then
module_c=`echo $module | sed s/-/_/`
cat >> pango/module-defs-coretext.c <<EOTEXT
{ _pango_${module_c}_script_engine_list, _pango_${module_c}_script_engine_init, _pango_${module_c}_script_engine_exit, _pango_${module_c}_script_engine_create },