diff options
author | Szabolcs Ban <bansz@src.gnome.org> | 2000-05-23 00:29:47 +0800 |
---|---|---|
committer | Szabolcs Ban <bansz@src.gnome.org> | 2000-05-23 00:29:47 +0800 |
commit | 36c4f96edf9defe046fb21d1afc8b5997f49c7d8 (patch) | |
tree | da979d550824fb6c6c9bfcbdd1d2e52198b85126 /configure.in | |
parent | 3f5d9cb60827ca2a5e032e95aa241cc8376ab46f (diff) | |
download | gsoc2013-evolution-36c4f96edf9defe046fb21d1afc8b5997f49c7d8.tar.gz gsoc2013-evolution-36c4f96edf9defe046fb21d1afc8b5997f49c7d8.tar.zst gsoc2013-evolution-36c4f96edf9defe046fb21d1afc8b5997f49c7d8.zip |
Szabolcs BAN <shooby@gnome.hu>
* Added lang Hu
svn path=/trunk/; revision=3162
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.in b/configure.in index 8ed805f531..9840a4e104 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ AC_MSG_ERROR(gnome-libs 1.0.59 or higher is required.)]) CFLAGS=$CFLAGS_save LIBS=$LIBS_save -ALL_LINGUAS="da el fr gl ja ko nl no ru sv tr uk" +ALL_LINGUAS="da el fr gl hu ja ko nl no ru sv tr uk" AM_GNOME_GETTEXT @@ -340,13 +340,6 @@ dnl ****** dnl XML dnl ****** GNOME_XML_CHECK -xmlversion=`xml-config --version | sed 's/^libxml//'` -xmlmajor=`echo $xmlversion | awk -F. '{print $1;}'` -xmlminor=`echo $xmlversion | awk -F. '{print $2;}'` -xmlpatch=`echo $xmlversion | awk -F. '{print $3;}'` -if test "$xmlmajor" -ne 1 -o "$xmlminor" -ne 8 -o "$xmlpatch" -lt 7; then - AC_MSG_ERROR(gnome-xml 1.8.7 (or later, but not 2.0) is required to compile Evolution) -fi AC_SUBST(CAPPLET_LIBS) |