mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-09 09:16:02 -08:00
Undo last (RMS') change, as it is useless, per Dave Love.
This commit is contained in:
parent
679c85306b
commit
a0dd4fa6d4
1 changed files with 1 additions and 3 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue