diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2006-01-31 15:34:16 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2006-01-31 15:34:16 +0000 |
commit | 448541bcd937b7fe28b5b61343cd3b7149f43ef6 (patch) | |
tree | e75df89a9b02b10d9e293174770d193e8b2e9663 /configure.in | |
parent | cd7cd4ac236450f97d4867c9278c2394c6688cf7 (diff) | |
download | emacs-448541bcd937b7fe28b5b61343cd3b7149f43ef6.tar.gz |
* configure.in: Require GTK 2.4 or newer.
* configure: Regenerate
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 2318c1b9197..2982f4c2fc2 100644 --- a/configure.in +++ b/configure.in @@ -2000,8 +2000,8 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]); fi - GLIB_REQUIRED=2.0.1 - GTK_REQUIRED=2.0.1 + GLIB_REQUIRED=2.4 + GTK_REQUIRED=2.4 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" dnl Check if --with-pkg-config-prog has been given. |