From: Francesco Potortì Date: Mon, 28 Apr 2003 16:32:26 +0000 (+0000) Subject: Put #include of jpeglib.h at start of line. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f38c1c1ab90afcf55b66b38279d3af8c1cdf522;p=emacs.git Put #include of jpeglib.h at start of line. --- diff --git a/ChangeLog b/ChangeLog index 05f4d4243fd..ef12c008a95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-08 Richard M. Stallman + + * configure.in: Put #include of jpeglib.h at start of line. + 2003-04-07 Andreas Schwab * configure.in: Avoid whitespace before preprocessor directive. diff --git a/configure.in b/configure.in index 2d788f1bb88..54772c227b2 100644 --- a/configure.in +++ b/configure.in @@ -1881,7 +1881,9 @@ if test "${HAVE_X11}" = "yes"; then AC_EGREP_CPP( changequote({, })dnl avoid leadingspace on the next line {version= *(6[2-9]|[7-9][0-9])}changequote([, ]), - [#include + [ +/* HP compiler A.10.32.30 seems to need #include to be at start of line. */ +#include version=JPEG_LIB_VERSION ], AC_DEFINE(HAVE_JPEG),