From 11a2169cd187c06da6068cd8fa5f725202c680d4 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 19 Apr 2005 10:36:05 +0000 Subject: Iso-codes is now mandatory. 2005-04-19 Christian Persch * 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. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3