]> git.eshelyaron.com Git - emacs.git/commitdiff
Put #include of jpeglib.h at start of line.
authorFrancesco Potortì <pot@gnu.org>
Mon, 28 Apr 2003 16:32:26 +0000 (16:32 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 28 Apr 2003 16:32:26 +0000 (16:32 +0000)
ChangeLog
configure.in

index 05f4d4243fd0b3412a2d9293c48e45c2af3364ca..ef12c008a954e38ee88ccf50765c7772634f758d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-08  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Put #include of jpeglib.h at start of line.
+
 2003-04-07  Andreas Schwab  <schwab@suse.de>
 
        * configure.in: Avoid whitespace before preprocessor directive.
index 2d788f1bb88299407490c4fe47f62148430060a0..54772c227b27d318deb12e55e9c0fbe915b0413c 100644 (file)
@@ -1881,7 +1881,9 @@ if test "${HAVE_X11}" = "yes"; then
     AC_EGREP_CPP(
 changequote({, })dnl avoid leadingspace on the next line
 {version= *(6[2-9]|[7-9][0-9])}changequote([, ]),
-        [#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),