emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Mon, 28 Apr 2003 12:24:30 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.331 emacs/configure.in:1.332
*** emacs/configure.in:1.331    Tue Apr  8 21:40:57 2003
--- emacs/configure.in  Mon Apr 28 12:24:30 2003
***************
*** 2089,2097 ****
    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>
         version=JPEG_LIB_VERSION
  ],
          AC_DEFINE(HAVE_JPEG),
--- 2089,2095 ----
    if test "${HAVE_JPEG}" = "yes"; then
      AC_DEFINE(HAVE_JPEG)
      AC_EGREP_CPP([version= *(6[2-9]|[7-9][0-9])],
!         [#include <jpeglib.h>
         version=JPEG_LIB_VERSION
  ],
          AC_DEFINE(HAVE_JPEG),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]