From 651ed8a3a1b72e3eec75b103186651c2a309bbb8 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 8 May 2003 13:59:29 +0000 Subject: [PATCH] added check for assert.h, signal.h. --- config.h.in | 9 +++++++++ configure.in | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index a7611d0..51cdf13 100644 --- a/config.h.in +++ b/config.h.in @@ -43,6 +43,15 @@ /* Define if you have the header file. */ #undef HAVE_DIRENT_H +/* Define if you have the header file. */ +#undef HAVE_ASSERT_H + +/* Define if you have the header file. */ +#undef HAVE_SIGNAL_H + +/* Define if you have the header file. */ +#undef HAVE_PTHREAD_H + /* Define if you have the header file. */ #undef HAVE_JPEGLIB_H diff --git a/configure.in b/configure.in index 800165b..a60f54e 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging], DEBUG=true) PACKAGE=swftools -VERSION=0.4.4-pre12 +VERSION=0.5.0-pre4 # -Winline? if test "x$CHECKMEM" '!=' "x";then @@ -119,7 +119,7 @@ dnl Checks for header files. AC_CONFIG_HEADER(config.h) AC_HEADER_DIRENT AC_HEADER_STDC - AC_CHECK_HEADERS(zlib.h jpeglib.h t1lib.h sys/stat.h sys/types.h dirent.h sys/bsdtypes.h sys/ndir.h sys/dir.h ndir.h) + AC_CHECK_HEADERS(zlib.h jpeglib.h t1lib.h assert.h signal.h pthread.h sys/stat.h sys/types.h dirent.h sys/bsdtypes.h sys/ndir.h sys/dir.h ndir.h) if test "x${ac_cv_header_jpeglib_h}" != "xyes"; then DISABLEPDF2SWF=true; -- 1.7.10.4