Define USE_DEVGTK unconditionally to `true'.
* gnome-x-checks.m4: Define USE_DEVGTK unconditionally to `true'. Before people start screaming. USE_DEVGTK (or its lack of) is used to disable compiling some stuff. svn path=/trunk/; revision=299
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
1998-08-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gnome-x-checks.m4: Define USE_DEVGTK unconditionally to `true'.
|
||||
|
||||
1998-08-04 Stuart Parmenter <pavlov@innerx.net>
|
||||
|
||||
* gnome-x-checks.m4: (AM_PATH_GTK) make it require GTK >= 1.1.1
|
||||
|
@ -35,6 +35,7 @@ AC_DEFUN([GNOME_X_CHECKS],
|
||||
LDFLAGS="$saved_ldflags $GTK_LIBS"
|
||||
|
||||
dnl We are requiring GTK >= 1.1.1, which means this will be fine anyhow.
|
||||
USE_DEVGTK=true
|
||||
|
||||
dnl AC_MSG_CHECKING([whether to use features from (unstable) GTK+ 1.1.x])
|
||||
dnl AC_EGREP_CPP(answer_affirmatively,
|
||||
|
Reference in New Issue
Block a user