+2003-04-08 Richard M. Stallman <rms@gnu.org>
+
+ * configure.in: Put #include of jpeglib.h at start of line.
+
2003-04-07 Andreas Schwab <schwab@suse.de>
* configure.in: Avoid whitespace before preprocessor directive.
AC_EGREP_CPP(
changequote({, })dnl avoid leadingspace on the next line
{version= *(6[2-9]|[7-9][0-9])}changequote([, ]),
- [#include <jpeglib.h>
+ [
+/* HP compiler A.10.32.30 seems to need #include to be at start of line. */
+#include <jpeglib.h>
version=JPEG_LIB_VERSION
],
AC_DEFINE(HAVE_JPEG),