commit 12aa9a5e05291e280d4f065b9fa1cade68aa4432
parent 6364e0fd9b9dac82744be6a890c2a99dffc883a4
Author: Paul <paul@claws-mail.org>
Date: Sun, 11 Oct 2015 13:46:50 +0100
remove check for gnome2, which has outlived its usefullness
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -65,10 +65,6 @@ if test x$PKG_CONFIG = xno ; then
AC_MSG_ERROR([*** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/])
fi
-dnl GNOME 2.x installed?
-PKG_CHECK_MODULES(GNOME2, libgnome-2.0 >= 2.0, ac_enable_gnome2=yes, ac_enable_gnome2=no)
-AM_CONDITIONAL(CLAWS_GNOME2, test x"$ac_enable_gnome2" = x"yes")
-
dnl libtool versioning
LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION
LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE`