diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-09-14 14:50:01 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-09-14 14:50:01 -0400 |
commit | 254f42980e272f0560b28d466c2b65a1748b1132 (patch) | |
tree | cd4e918c367b5c9c4175d8293c70b3abace1ae77 /configure.in | |
parent | 4f5c9708455308eb2fb692817db6ef103505da72 (diff) | |
download | pango-254f42980e272f0560b28d466c2b65a1748b1132.tar.gz |
Bug 629632 - configure bug
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0fd3f609..d5c531c6 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" |