From f35dd52762e15052480dff7abbaba8fa9976c538 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 8 May 2003 18:22:22 +0000 Subject: [PATCH] set the HAVE_X11R6 automake conditional to false if not compiling for X11. 2003-05-08 Sven Neumann * configure.in: set the HAVE_X11R6 automake conditional to false if not compiling for X11. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ configure.in | 1 + 6 files changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index 50335d78f2..604578313f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-08 Sven Neumann + + * configure.in: set the HAVE_X11R6 automake conditional to false + if not compiling for X11. + 2003-05-08 Matthias Clasen * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 50335d78f2..604578313f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2003-05-08 Sven Neumann + + * configure.in: set the HAVE_X11R6 automake conditional to false + if not compiling for X11. + 2003-05-08 Matthias Clasen * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 50335d78f2..604578313f 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2003-05-08 Sven Neumann + + * configure.in: set the HAVE_X11R6 automake conditional to false + if not compiling for X11. + 2003-05-08 Matthias Clasen * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 50335d78f2..604578313f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2003-05-08 Sven Neumann + + * configure.in: set the HAVE_X11R6 automake conditional to false + if not compiling for X11. + 2003-05-08 Matthias Clasen * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 50335d78f2..604578313f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2003-05-08 Sven Neumann + + * configure.in: set the HAVE_X11R6 automake conditional to false + if not compiling for X11. + 2003-05-08 Matthias Clasen * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): diff --git a/configure.in b/configure.in index 3977eca688..d4c2f72ae2 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