Put #include of jpeglib.h at start of line.

This commit is contained in:
Richard M. Stallman 2003-04-09 01:40:57 +00:00
parent 4a2fce7a9f
commit 95c5b8fc6c

View file

@ -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 <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),