diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1033a51d6ca..b406649c246 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-18 Lute Kamstra <Lute.Kamstra@cwi.nl> + + * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not + required anymore. + 2003-08-07 Andrew Choi <akochoi@shaw.ca> * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp diff --git a/configure b/configure index 75602df1483..cdde291480d 100755 --- a/configure +++ b/configure @@ -8192,7 +8192,7 @@ echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with { (exit 1); exit 1; }; }; fi GLIB_REQUIRED=2.0.1 - GTK_REQUIRED=2.2 + GTK_REQUIRED=2.0.1 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" if test "X${with_pkg_config_prog}" != X; then |