aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2007-09-02 17:30:31 +0000
committerJan Djärv2007-09-02 17:30:31 +0000
commit787eb67d5c967f8086a6a300dd9e253ca964402a (patch)
tree22b1077ae442af3b138fad0b2b1a734643772273
parentf893281966b564ac2b866513709b0d3fdd65ccfa (diff)
downloademacs-787eb67d5c967f8086a6a300dd9e253ca964402a.tar.gz
emacs-787eb67d5c967f8086a6a300dd9e253ca964402a.zip
Regenerated.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 449e4cb600e..0602fd50238 100755
--- a/configure
+++ b/configure
@@ -11282,8 +11282,8 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk" || \
11282echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;} 11282echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;}
11283 { (exit 1); exit 1; }; }; 11283 { (exit 1); exit 1; }; };
11284 fi 11284 fi
11285 GLIB_REQUIRED=2.4 11285 GLIB_REQUIRED=2.6
11286 GTK_REQUIRED=2.4 11286 GTK_REQUIRED=2.6
11287 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" 11287 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
11288 11288
11289 if test "X${with_pkg_config_prog}" != X; then 11289 if test "X${with_pkg_config_prog}" != X; then