Mercurial > emacs
comparison configure.in @ 52248:4d21ebe1a77b
Revert the change of 2003-07-29 as GTK+ 2.2 is not required anymore.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Tue, 19 Aug 2003 08:21:00 +0000 |
parents | 2b13b04b07a9 |
children | 695cf19ef79e |
comparison
equal
deleted
inserted
replaced
52247:9e07217c006b | 52248:4d21ebe1a77b |
---|---|
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.2 | 1903 GTK_REQUIRED=2.0.1 |
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}" |