[pango] Bug 629632 - configure bug



commit 254f42980e272f0560b28d466c2b65a1748b1132
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Sep 14 14:50:01 2010 -0400

    Bug 629632 - configure bug

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 0fd3f60..d5c531c 100644
--- a/configure.in
+++ b/configure.in
@@ -565,7 +565,7 @@ for module in $included_modules; do
     *-win32)	INCLUDED_WIN32_MODULES="$INCLUDED_WIN32_MODULES $included_path" ;;
     *-atsui)	INCLUDED_ATSUI_MODULES="$INCLUDED_ATSUI_MODULES $included_path" ;;
     *-lang)	INCLUDED_LANG_MODULES="$INCLUDED_LANG_MODULES $included_path" ;;
-    *)		AC_MSG_ERROR([specified module $module not recognized]) ;;
+    *)		IFS="$pango_save_ifs" AC_MSG_ERROR([specified module $module not recognized]) ;;
   esac
 done
 IFS="$pango_save_ifs"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]