Require Gtk/Glib 2.6.
This commit is contained in:
parent
a017b51574
commit
aee22295d4
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-07-28 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
|
||||
|
|
|
|||
|
|
@ -2100,8 +2100,8 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
|
|||
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