From: Richard M. Stallman Date: Wed, 9 Apr 2003 01:40:57 +0000 (+0000) Subject: Put #include of jpeglib.h at start of line. X-Git-Tag: ttn-vms-21-2-B4~10581 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95c5b8fc6c15c013dd9345442fa223a5747e666f;p=emacs.git Put #include of jpeglib.h at start of line. --- diff --git a/configure.in b/configure.in index 231b02b6c00..bd7b5922bfc 100644 --- a/configure.in +++ b/configure.in @@ -2089,7 +2089,9 @@ if test "${HAVE_X11}" = "yes"; then if test "${HAVE_JPEG}" = "yes"; then AC_DEFINE(HAVE_JPEG) AC_EGREP_CPP([version= *(6[2-9]|[7-9][0-9])], - [#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),