Require Gtk/Glib 2.6.
This commit is contained in:
parent
5db55b9e50
commit
f893281966
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* configure.in: Require Gtk/Glib 2.6.
|
||||
|
||||
2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
|
||||
|
||||
* configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
|
||||
|
|
|
@ -2170,8 +2170,8 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk" || \
|
|||
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.4
|
||||
GTK_REQUIRED=2.4
|
||||
GLIB_REQUIRED=2.6
|
||||
GTK_REQUIRED=2.6
|
||||
GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
|
||||
|
||||
dnl Check if --with-pkg-config-prog has been given.
|
||||
|
|
Loading…
Add table
Reference in a new issue