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.
This commit is contained in:
Sven Neumann
2003-05-08 18:21:33 +00:00
committed by Sven Neumann
parent 1b5ca9a190
commit a5a4baf9f2
6 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2003-05-08 Sven Neumann <sven@gimp.org>
* configure.in: set the HAVE_X11R6 automake conditional to false
if not compiling for X11.
2003-05-06 Tor Lillqvist <tml@iki.fi>
Fix for #110165 (thanks to Arnaud Charlet):

View File

@@ -1,3 +1,8 @@
2003-05-08 Sven Neumann <sven@gimp.org>
* configure.in: set the HAVE_X11R6 automake conditional to false
if not compiling for X11.
2003-05-06 Tor Lillqvist <tml@iki.fi>
Fix for #110165 (thanks to Arnaud Charlet):

View File

@@ -1,3 +1,8 @@
2003-05-08 Sven Neumann <sven@gimp.org>
* configure.in: set the HAVE_X11R6 automake conditional to false
if not compiling for X11.
2003-05-06 Tor Lillqvist <tml@iki.fi>
Fix for #110165 (thanks to Arnaud Charlet):

View File

@@ -1,3 +1,8 @@
2003-05-08 Sven Neumann <sven@gimp.org>
* configure.in: set the HAVE_X11R6 automake conditional to false
if not compiling for X11.
2003-05-06 Tor Lillqvist <tml@iki.fi>
Fix for #110165 (thanks to Arnaud Charlet):

View File

@@ -1,3 +1,8 @@
2003-05-08 Sven Neumann <sven@gimp.org>
* configure.in: set the HAVE_X11R6 automake conditional to false
if not compiling for X11.
2003-05-06 Tor Lillqvist <tml@iki.fi>
Fix for #110165 (thanks to Arnaud Charlet):

View File

@@ -1251,6 +1251,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