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:
parent
0823a10aaf
commit
f35dd52762
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user