aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 306a37fd48a..0a31582cf4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * configure.in: Require Gtk/Glib 2.6.
4
12007-07-28 Eli Zaretskii <eliz@gnu.org> 52007-07-28 Eli Zaretskii <eliz@gnu.org>
2 6
3 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC, 7 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
diff --git a/configure.in b/configure.in
index eed8891aa5c..3a3c56d196d 100644
--- a/configure.in
+++ b/configure.in
@@ -2100,8 +2100,8 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
2100 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then 2100 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then
2101 AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]); 2101 AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]);
2102 fi 2102 fi
2103 GLIB_REQUIRED=2.4 2103 GLIB_REQUIRED=2.6
2104 GTK_REQUIRED=2.4 2104 GTK_REQUIRED=2.6
2105 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" 2105 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
2106 2106
2107 dnl Check if --with-pkg-config-prog has been given. 2107 dnl Check if --with-pkg-config-prog has been given.