From: kramm Date: Mon, 29 Oct 2001 18:34:47 +0000 (+0000) Subject: check for sys/types.h X-Git-Tag: release-0-1-0~71 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=fb6606b60aa1bb2fe119fae5f5508a76a1b6d4e2 check for sys/types.h --- 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;