From c6ded2d3330929c3706921ffbc09f4641d06cc81 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 29 Oct 2001 16:12:45 +0000 Subject: [PATCH] added check for sys/stat.h --- config.h.in | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index b7a1e4d..063e436 100644 --- a/config.h.in +++ b/config.h.in @@ -81,6 +81,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_NDIR_H +/* Define if you have the header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the header file. */ #undef HAVE_T1LIB_H diff --git a/configure.in b/configure.in index 3b68e45..c8a10f9 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,7 @@ dnl Checks for header files. dnl AC_PATH_XTRA AC_HEADER_DIRENT AC_HEADER_STDC - AC_CHECK_HEADERS(math.h fcntl.h limits.h malloc.h unistd.h memory.h zlib.h jpeglib.h t1lib.h) + AC_CHECK_HEADERS(math.h fcntl.h limits.h malloc.h unistd.h memory.h zlib.h jpeglib.h t1lib.h sys/stat.h) if test "x${ac_cv_header_jpeglib_h}" != "xyes"; then DISABLEPDF2SWF=true; -- 1.7.10.4