]> code.delx.au - gnu-emacs/commitdiff
Undo last (RMS') change, as it is useless, per Dave Love.
authorFrancesco Potortì <pot@gnu.org>
Mon, 28 Apr 2003 16:24:30 +0000 (16:24 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 28 Apr 2003 16:24:30 +0000 (16:24 +0000)
configure.in

index bd7b5922bfc8ed6dd819a0623505a8716dec5afa..231b02b6c00f0a84650b6be3b7c9c7a2db0ae185 100644 (file)
@@ -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),