diff configure.in @ 50508:0bfae3481feb

Put #include of jpeglib.h at start of line.
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Apr 2003 01:40:57 +0000
parents ea2fa27f60d7
children 2a6a2a5a7957
line wrap: on
line diff
--- 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 <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),