summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-28 15:17:53 -0400
committerColin Walters <walters@verbum.org>2010-09-28 15:17:53 -0400
commit14b387aaf9ac6f0f2f2f2428233c1c62ccf13be2 (patch)
tree887ac26fe6b279f45fc7b838a4aeb438ea59c88c
parent1f32ac0356cfc5c961570d7291d70603d85efa8b (diff)
downloadpango-14b387aaf9ac6f0f2f2f2428233c1c62ccf13be2.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 d5c531c6..2e194f58 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" ;;
- *) 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"