Correctly generate module-defs-coretext.c in configure.in
authorKristian Rietveld <kris@gtk.org>
Thu, 14 Apr 2011 10:22:30 +0000 (12:22 +0200)
committerKristian Rietveld <kris@gtk.org>
Thu, 14 Apr 2011 10:30:03 +0000 (12:30 +0200)
Patch by Jerome Lambourg

configure.in

index 7d8cbeb..60b0dac 100644 (file)
@@ -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 },