summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-28 15:17:53 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-12-07 00:05:52 -0500
commitc0559b6ee395242174721c970828f26a7db9a237 (patch)
tree5f5071c9049591385f08556db2bfa60568cd4555
parenta08288164879b08f64414721c61a569fe7c3e8bd (diff)
downloadpango-c0559b6ee395242174721c970828f26a7db9a237.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 87fe0e93..b24c4a75 100644
--- a/configure.in
+++ b/configure.in
@@ -569,7 +569,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"