Put #include of jpeglib.h at start of line.
This commit is contained in:
parent
4a2fce7a9f
commit
95c5b8fc6c
1 changed files with 3 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue