From 1e97c12476080429295d92bd13f0ff103cf74d4b Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 14 May 2004 00:28:47 +0000 Subject: [PATCH] pfft. wrong comments :) SVN revision: 10221 --- legacy/eet/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eet/configure.in b/legacy/eet/configure.in index 4ca5784922..6685d3c10d 100644 --- a/legacy/eet/configure.in +++ b/legacy/eet/configure.in @@ -18,8 +18,8 @@ AC_C_CONST AM_ENABLE_SHARED AM_PROG_LIBTOOL -AC_CHECK_HEADER(zlib.h,, AC_MSG_ERROR("Cannot find jpeglib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file")) -AC_CHECK_HEADER(jpeglib.h,, AC_MSG_ERROR("Cannot find zlib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file")) +AC_CHECK_HEADER(zlib.h,, AC_MSG_ERROR("Cannot find zlib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file")) +AC_CHECK_HEADER(jpeglib.h,, AC_MSG_ERROR("Cannot find jpeglib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file")) dnl These are needed for fmemopen/open_memstream AC_DEFINE(_GNU_SOURCE, , [Enable GNU extensions])