summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2003-04-28 16:24:30 +0000
committerFrancesco Potortì <pot@gnu.org>2003-04-28 16:24:30 +0000
commita0dd4fa6d457080e8b1eaef0b5cf484e99e27dfa (patch)
tree27c5e26a5b58aba0c3e5988c8fb25c20666887cc /configure.in
parent679c85306b1c99986718699064381c9392b45200 (diff)
downloademacs-a0dd4fa6d457080e8b1eaef0b5cf484e99e27dfa.tar.gz
Undo last (RMS') change, as it is useless, per Dave Love.
Diffstat (limited to 'configure.in')
-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
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),