configure.in: Add missing ;
authorColin Walters <walters@verbum.org>
Tue, 28 Sep 2010 19:17:53 +0000 (15:17 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 7 Dec 2010 05:05:52 +0000 (00:05 -0500)
configure.in

index 87fe0e9..b24c4a7 100644 (file)
@@ -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"