diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-19 17:10:22 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-19 17:10:22 +0000 |
commit | befe411e6a7e6151456264a580fc6cb0f0682ad2 (patch) | |
tree | 7f022fc9ff08289449dfce66b1816897e33aacdb /configure.in | |
parent | d2e2773146c2a412fab2487c0bc8ef605f45d5b8 (diff) | |
download | gdk-pixbuf-befe411e6a7e6151456264a580fc6cb0f0682ad2.tar.gz |
Undef HAVE_STDLIB_H before checking for jpeg, because jconfig.h has this
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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) |