[pango/harfbuzz-ng-external] configure.in: Add missing ;



commit c0559b6ee395242174721c970828f26a7db9a237
Author: Colin Walters <walters verbum org>
Date:   Tue Sep 28 15:17:53 2010 -0400

    configure.in: Add missing ;

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 87fe0e9..b24c4a7 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]