aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-03 16:28:21 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-03 16:28:21 +0000
commitd14e7db1eac0ddf685e25ae0cccd0e28a8eff640 (patch)
treecbf3f06e9b3cb2a26f72c6200d9078d7bd1d7806 /configure.ac
parent5f0f55cfdd0f3b90a854c13ea53db0d79e84c6b3 (diff)
downloadlibextractor-d14e7db1eac0ddf685e25ae0cccd0e28a8eff640.tar.gz
libextractor-d14e7db1eac0ddf685e25ae0cccd0e28a8eff640.zip
simplify FreeBSD build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 192a838..4027a8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,7 +278,6 @@ AC_HEADER_STDC
278AC_HEADER_DIRENT 278AC_HEADER_DIRENT
279AC_HEADER_STDBOOL 279AC_HEADER_STDBOOL
280AC_CHECK_HEADERS([iconv.h fcntl.h netinet/in.h stdlib.h string.h unistd.h libintl.h limits.h stddef.h zlib.h]) 280AC_CHECK_HEADERS([iconv.h fcntl.h netinet/in.h stdlib.h string.h unistd.h libintl.h limits.h stddef.h zlib.h])
281AC_CHECK_HEADERS([ltdl.h],,AC_MSG_ERROR([Compiling GNU libextractor requires installed libltdl library (part of GNU libtool)]))
282 281
283# Checks for typedefs, structures, and compiler characteristics. 282# Checks for typedefs, structures, and compiler characteristics.
284AC_C_INLINE 283AC_C_INLINE