comparison configure.in @ 52072:766599ef3cf7

The function gtk_window_set_icon_from_file was introduced in GTK+ 2.2, so check for that release.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 28 Jul 2003 22:51:58 +0000
parents 0aa399190e7b
children 00e4f19cb4e2
comparison
equal deleted inserted replaced
52071:25d8603103b7 52072:766599ef3cf7
1898 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then 1898 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
1899 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then 1899 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then
1900 AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]); 1900 AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]);
1901 fi 1901 fi
1902 GLIB_REQUIRED=2.0.1 1902 GLIB_REQUIRED=2.0.1
1903 GTK_REQUIRED=2.0.1 1903 GTK_REQUIRED=2.2
1904 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" 1904 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
1905 1905
1906 dnl Check if --with-pkg-config-prog has been given. 1906 dnl Check if --with-pkg-config-prog has been given.
1907 if test "X${with_pkg_config_prog}" != X; then 1907 if test "X${with_pkg_config_prog}" != X; then
1908 PKG_CONFIG="${with_pkg_config_prog}" 1908 PKG_CONFIG="${with_pkg_config_prog}"