summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2003-05-08 18:22:22 +0000
committerSven Neumann <neo@src.gnome.org>2003-05-08 18:22:22 +0000
commitf35dd52762e15052480dff7abbaba8fa9976c538 (patch)
tree97be9031e0166b66ca03801c4bc0c33b8cc1903b /configure.in
parent0823a10aaf2b4a2b19977253550c3cc13a59fa72 (diff)
downloadgdk-pixbuf-f35dd52762e15052480dff7abbaba8fa9976c538.tar.gz
set the HAVE_X11R6 automake conditional to false if not compiling for X11.
2003-05-08 Sven Neumann <sven@gimp.org> * configure.in: set the HAVE_X11R6 automake conditional to false if not compiling for X11.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3977eca68..d4c2f72ae 100644
--- a/configure.in
+++ b/configure.in
@@ -1274,6 +1274,7 @@ else
AM_CONDITIONAL(HAVE_XFT, false)
AM_CONDITIONAL(XINPUT_XFREE, false)
AM_CONDITIONAL(USE_X11, false)
+ AM_CONDITIONAL(HAVE_X11R6, false)
fi
if test "x$gdktarget" = "xwin32"; then