Mercurial > emacs
changeset 50508:0bfae3481feb
Put #include of jpeglib.h at start of line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 09 Apr 2003 01:40:57 +0000 |
parents | 110c0e29159c |
children | 81ee3475a52d |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Wed Apr 09 01:37:56 2003 +0000 +++ b/configure.in Wed Apr 09 01:40:57 2003 +0000 @@ -2089,7 +2089,9 @@ if test "${HAVE_JPEG}" = "yes"; then AC_DEFINE(HAVE_JPEG) AC_EGREP_CPP([version= *(6[2-9]|[7-9][0-9])], - [#include <jpeglib.h> + [ +/* 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),