Undef HAVE_STDDEF_H and HAVE_STDLIB_H in jpeglib.h test, otherwise file is

2001-06-13  Stanislav Brabec  <utx@penguin.cz>

	* configure.in: Undef HAVE_STDDEF_H and HAVE_STDLIB_H in
	jpeglib.h test, otherwise file is not sometimes detected.
	Still causes warning while compiling in such case.
This commit is contained in:
Stanislav Brabec 2001-06-12 22:07:24 +00:00 committed by Stanislav Brabec
parent 5a147ebc8a
commit 2671d5346e
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2001-06-13 Stanislav Brabec <utx@penguin.cz>
* configure.in: Undef HAVE_STDDEF_H and HAVE_STDLIB_H in
jpeglib.h test, otherwise file is not sometimes detected.
Still causes warning while compiling in such case.
2001-06-07 jacob berkman <jacob@ximian.com>
* configure.in: add configure option to enable new file selector

View file

@ -181,6 +181,8 @@ dnl Test for libjpeg
[#include <stdio.h>
#undef PACKAGE
#undef VERSION
#undef HAVE_STDDEF_H
#undef HAVE_STDLIB_H
#include <jpeglib.h>],
jpeg_ok=yes,
jpeg_ok=no)