From: kramm Date: Mon, 29 Oct 2001 16:12:45 +0000 (+0000) Subject: added check for sys/stat.h X-Git-Tag: release-0-1-0~75 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=c6ded2d3330929c3706921ffbc09f4641d06cc81 added check for sys/stat.h --- 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;