From f735e30c5ad0c5637329fff71c8c24f62ec1afdb Mon Sep 17 00:00:00 2001 From: raster Date: Thu, 13 May 2004 03:38:32 +0000 Subject: [PATCH] checks... git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@10190 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 505db92..4ca5784 100644 --- a/configure.in +++ b/configure.in @@ -18,6 +18,9 @@ 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")) + dnl These are needed for fmemopen/open_memstream AC_DEFINE(_GNU_SOURCE, , [Enable GNU extensions]) AC_DEFINE(__USE_GNU, , [Enable GNU extensions]) -- 2.7.4