summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-09-08 07:46:15 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-09-08 07:46:15 +0000
commit762c7d55d768cd96aa760d7bae84e65ee3eb63fe (patch)
treee0f955d9fe4b8d5243d3a54c0a447b79f1d2652a /configure.in
parentfd303c56b9be5dc2fd242c87be98c321be44f61b (diff)
downloadgtk+-762c7d55d768cd96aa760d7bae84e65ee3eb63fe.tar.gz
Add AM_CONDITIONAL calls also in the non-x11 branch. Otherwise we get
2002-09-08 Tor Lillqvist <tml@iki.fi> * configure.in: Add AM_CONDITIONAL calls also in the non-x11 branch. Otherwise we get "conditional \"$1\" was never defined. Usually this means the macro was only invoked conditionally." errors when running configure if using automake 1.6a. Yeah, I know that autogen.sh says to use automake 1.4, but on Win32 I more or less have to use the bleeding edge. I think. Fix an earlier ChangeLog entry to include the file name: 2002-08-31 Tor Lillqvist <tml@iki.fi> * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 10739730cb..e92cf4e870 100644
--- a/configure.in
+++ b/configure.in
@@ -1188,6 +1188,8 @@ if test "x$gdktarget" = "xx11"; then
AM_CONDITIONAL(USE_X11, true)
else
+ AM_CONDITIONAL(HAVE_XFT, false)
+ AM_CONDITIONAL(XINPUT_XFREE, false)
AM_CONDITIONAL(USE_X11, false)
fi