1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00

Undo last (RMS') change, as it is useless, per Dave Love.

This commit is contained in:
Francesco Potortì 2003-04-28 16:24:30 +00:00
parent 679c85306b
commit a0dd4fa6d4

View 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),