aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-04-19 18:36:05 +0800
committerChristian Persch <chpe@src.gnome.org>2005-04-19 18:36:05 +0800
commit11a2169cd187c06da6068cd8fa5f725202c680d4 (patch)
tree845a058bfd219603a905452367739ae7f7bdb23e /configure.ac
parentaf383e7037101bcbe21e3da8f33159a66839a220 (diff)
downloadgsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar
gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.gz
gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.bz2
gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.lz
gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.xz
gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.zst
gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.zip
Iso-codes is now mandatory.
2005-04-19 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * lib/ephy-langs.c: (ephy_langs_iso_3166_table): * src/prefs-dialog.c: (prefs_dialog_finalize), (get_name_for_lang_code), (setup_add_language_dialog), (create_language_section): Iso-codes is now mandatory.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 61c55541b..d644e002e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -605,6 +605,8 @@ fi
if test "x$have_iso_codes" = "xyes"; then
AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes`"],[ISO codes prefix])
AC_DEFINE([HAVE_ISO_CODES],[1],[Define if you have the iso-codes package])
+else
+ AC_MSG_ERROR([iso-codes is required])
fi
dnl Translators: new languages must be added to the po/LINGUAS file