Bug 629632 - configure bug
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 14 Sep 2010 18:50:01 +0000 (14:50 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 14 Sep 2010 18:50:01 +0000 (14:50 -0400)
configure.in

index 0fd3f60..d5c531c 100644 (file)
@@ -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"