# HG changeset patch # User Richard M. Stallman # Date 1049852457 0 # Node ID 0bfae3481feb6ee92d0134462198ee620512e931 # Parent 110c0e29159cd19671f5588e87b54a51a8044757 Put #include of jpeglib.h at start of line. diff -r 110c0e29159c -r 0bfae3481feb configure.in --- a/configure.in Wed Apr 09 01:37:56 2003 +0000 +++ b/configure.in Wed Apr 09 01:40:57 2003 +0000 @@ -2089,7 +2089,9 @@ 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),