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 bd7b5922bf..231b02b6c0 100644
--- a/configure.in
+++ b/configure.in
@@ -2089,9 +2089,7 @@ 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])],
- [
-/* HP compiler A.10.32.30 seems to need #include to be at start of line. */
-#include <jpeglib.h>
+ [#include <jpeglib.h>
version=JPEG_LIB_VERSION
],
AC_DEFINE(HAVE_JPEG),