diff options
author | Francesco Potortì <pot@gnu.org> | 2003-04-28 16:24:30 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2003-04-28 16:24:30 +0000 |
commit | a0dd4fa6d457080e8b1eaef0b5cf484e99e27dfa (patch) | |
tree | 27c5e26a5b58aba0c3e5988c8fb25c20666887cc /configure.in | |
parent | 679c85306b1c99986718699064381c9392b45200 (diff) | |
download | emacs-a0dd4fa6d457080e8b1eaef0b5cf484e99e27dfa.tar.gz |
Undo last (RMS') change, as it is useless, per Dave Love.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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), |