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 | |
parent | cd7cd4ac236450f97d4867c9278c2394c6688cf7 (diff) | |
download | emacs-448541bcd937b7fe28b5b61343cd3b7149f43ef6.tar.gz |
* configure.in: Require GTK 2.4 or newer.
* configure: Regenerate
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 9f11d615a04..153ec5ee985 100755 --- a/configure +++ b/configure @@ -10200,8 +10200,8 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;} { (exit 1); exit 1; }; }; 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" if test "X${with_pkg_config_prog}" != X; then |