aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index bd7b5922bfc..231b02b6c00 100644
--- a/configure.in
+++ b/configure.in
@@ -2089,9 +2089,7 @@ if test "${HAVE_X11}" = "yes"; then
2089 if test "${HAVE_JPEG}" = "yes"; then 2089 if test "${HAVE_JPEG}" = "yes"; then
2090 AC_DEFINE(HAVE_JPEG) 2090 AC_DEFINE(HAVE_JPEG)
2091 AC_EGREP_CPP([version= *(6[2-9]|[7-9][0-9])], 2091 AC_EGREP_CPP([version= *(6[2-9]|[7-9][0-9])],
2092 [ 2092 [#include <jpeglib.h>
2093/* HP compiler A.10.32.30 seems to need #include to be at start of line. */
2094#include <jpeglib.h>
2095 version=JPEG_LIB_VERSION 2093 version=JPEG_LIB_VERSION
2096], 2094],
2097 AC_DEFINE(HAVE_JPEG), 2095 AC_DEFINE(HAVE_JPEG),