summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-28 15:17:53 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-04-04 16:22:38 -0400
commit210644520cd3fa57b7e4165a6dd8b3edb818ac9c (patch)
tree0f38d26872a574ad0d5fbeca2a29275aac5bac25
parentd2e363ab68dfbfcd0df11e8dad03cc860f7f2296 (diff)
downloadpango-210644520cd3fa57b7e4165a6dd8b3edb818ac9c.tar.gz
configure.in: Add missing ;
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5c6cc511..bdcb1b89 100644
--- a/configure.in
+++ b/configure.in
@@ -552,7 +552,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" ;;
- *) IFS="$pango_save_ifs" 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"