comparison configure.in @ 68501:d10c5b8ae128

* configure.in: Require GTK 2.4 or newer. * configure: Regenerate
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 31 Jan 2006 15:34:16 +0000
parents 199e8947976a
children 9f1f5414047d 49f9dd4bb117 7432ca837c8d
comparison
equal deleted inserted replaced
68500:4e4d545ce006 68501:d10c5b8ae128
1998 HAVE_GTK=no 1998 HAVE_GTK=no
1999 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then 1999 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
2000 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then 2000 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then
2001 AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]); 2001 AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]);
2002 fi 2002 fi
2003 GLIB_REQUIRED=2.0.1 2003 GLIB_REQUIRED=2.4
2004 GTK_REQUIRED=2.0.1 2004 GTK_REQUIRED=2.4
2005 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" 2005 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
2006 2006
2007 dnl Check if --with-pkg-config-prog has been given. 2007 dnl Check if --with-pkg-config-prog has been given.
2008 if test "X${with_pkg_config_prog}" != X; then 2008 if test "X${with_pkg_config_prog}" != X; then
2009 PKG_CONFIG="${with_pkg_config_prog}" 2009 PKG_CONFIG="${with_pkg_config_prog}"