[pango] configure.in: Add missing ;
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] configure.in: Add missing ;
- Date: Tue, 28 Sep 2010 19:29:13 +0000 (UTC)
commit 14b387aaf9ac6f0f2f2f2428233c1c62ccf13be2
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 d5c531c..2e194f5 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]