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:22:22 +00:00 committed by Sven Neumann
parent 0823a10aaf
commit f35dd52762
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-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options):

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-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options):

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-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options):

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-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options):

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-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options):

View File

@ -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