diff options
author | Sven Neumann <sven@gimp.org> | 2003-05-08 18:22:22 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2003-05-08 18:22:22 +0000 |
commit | f35dd52762e15052480dff7abbaba8fa9976c538 (patch) | |
tree | 97be9031e0166b66ca03801c4bc0c33b8cc1903b /configure.in | |
parent | 0823a10aaf2b4a2b19977253550c3cc13a59fa72 (diff) | |
download | gdk-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.in | 1 |
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 |