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