Mercurial > emacs
changeset 50726:2a6a2a5a7957
Undo last (RMS') change, as it is useless, per Dave Love.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 28 Apr 2003 16:24:30 +0000 |
parents | 57796ed1786d |
children | bd043e09b74c |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Apr 28 16:23:10 2003 +0000 +++ b/configure.in Mon Apr 28 16:24:30 2003 +0000 @@ -2089,9 +2089,7 @@ 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),