diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | configure.in | 1 |
8 files changed, 43 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Nov 19 12:07:20 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in (deps): Undef HAVE_STDLIB_H before + checking for jpeg, because jconfig.h has this + in it too (%#$@!). Fix from Matthias Clasen, #64500. + Mon Nov 19 11:30:03 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 25bfc13e4..dc3c4b66f 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Mon Nov 19 12:07:20 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in (deps): Undef HAVE_STDLIB_H before + checking for jpeg, because jconfig.h has this + in it too (%#$@!). Fix from Matthias Clasen, #64500. + Mon Nov 19 11:30:03 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 25bfc13e4..dc3c4b66f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Mon Nov 19 12:07:20 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in (deps): Undef HAVE_STDLIB_H before + checking for jpeg, because jconfig.h has this + in it too (%#$@!). Fix from Matthias Clasen, #64500. + Mon Nov 19 11:30:03 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 25bfc13e4..dc3c4b66f 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Mon Nov 19 12:07:20 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in (deps): Undef HAVE_STDLIB_H before + checking for jpeg, because jconfig.h has this + in it too (%#$@!). Fix from Matthias Clasen, #64500. + Mon Nov 19 11:30:03 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 25bfc13e4..dc3c4b66f 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Mon Nov 19 12:07:20 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in (deps): Undef HAVE_STDLIB_H before + checking for jpeg, because jconfig.h has this + in it too (%#$@!). Fix from Matthias Clasen, #64500. + Mon Nov 19 11:30:03 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 25bfc13e4..dc3c4b66f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Mon Nov 19 12:07:20 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in (deps): Undef HAVE_STDLIB_H before + checking for jpeg, because jconfig.h has this + in it too (%#$@!). Fix from Matthias Clasen, #64500. + Mon Nov 19 11:30:03 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 25bfc13e4..dc3c4b66f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Mon Nov 19 12:07:20 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in (deps): Undef HAVE_STDLIB_H before + checking for jpeg, because jconfig.h has this + in it too (%#$@!). Fix from Matthias Clasen, #64500. + Mon Nov 19 11:30:03 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a diff --git a/configure.in b/configure.in index ec5a8ce06..5b9f09ee9 100644 --- a/configure.in +++ b/configure.in @@ -621,6 +621,7 @@ dnl Test for libjpeg [#include <stdio.h> #undef PACKAGE #undef VERSION +#undef HAVE_STDLIB_H #include <jpeglib.h>], jpeg_ok=yes, jpeg_ok=no) |