From 95c5b8fc6c15c013dd9345442fa223a5747e666f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 9 Apr 2003 01:40:57 +0000 Subject: [PATCH] Put #include of jpeglib.h at start of line. --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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), -- 2.39.2