diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,12 @@ 2005-03-21 Christian Persch <chpe@cvs.gnome.org> * configure.ac: + + Remove change not indended for commit. + +2005-03-21 Christian Persch <chpe@cvs.gnome.org> + + * configure.ac: * embed/mozilla/ContentHandler.cpp: Oh the joys of mozilla API changes :P diff --git a/configure.ac b/configure.ac index d823ddd36..da675d6fe 100644 --- a/configure.ac +++ b/configure.ac @@ -594,8 +594,6 @@ 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 |