From fb6606b60aa1bb2fe119fae5f5508a76a1b6d4e2 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 29 Oct 2001 18:34:47 +0000 Subject: [PATCH] check for sys/types.h --- config.h.in | 5 ++++- configure.in | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index 063e436..6e7ee59 100644 --- a/config.h.in +++ b/config.h.in @@ -81,9 +81,12 @@ /* Define if you have the header file. */ #undef HAVE_SYS_NDIR_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define if you have the header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the header file. */ #undef HAVE_T1LIB_H diff --git a/configure.in b/configure.in index 68addcb..7649af8 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 sys/stat.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 sys/types.h) if test "x${ac_cv_header_jpeglib_h}" != "xyes"; then DISABLEPDF2SWF=true; -- 1.7.10.4