added check for sys/stat.h
authorkramm <kramm>
Mon, 29 Oct 2001 16:12:45 +0000 (16:12 +0000)
committerkramm <kramm>
Mon, 29 Oct 2001 16:12:45 +0000 (16:12 +0000)
config.h.in
configure.in

index b7a1e4d..063e436 100644 (file)
@@ -81,6 +81,9 @@
 /* Define if you have the <sys/ndir.h> header file.  */
 #undef HAVE_SYS_NDIR_H
 
+/* Define if you have the <sys/ndir.h> header file.  */
+#undef HAVE_SYS_STAT_H
+
 /* Define if you have the <t1lib.h> header file.  */
 #undef HAVE_T1LIB_H
 
index 3b68e45..c8a10f9 100644 (file)
@@ -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;