From: Joerg Sonnenberger Date: Wed, 16 Jun 2010 18:38:50 +0000 (-0400) Subject: Revert r2412 and require autoconf 2.65 instead. X-Git-Tag: v3.0.0a~950 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77cfbb9825817e0dc8ac8c8ffd11def2aea7d286;p=thirdparty%2Flibarchive.git Revert r2412 and require autoconf 2.65 instead. SVN-Revision: 2477 --- diff --git a/configure.ac b/configure.ac index ce56159f3..3b2fbca59 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,8 @@ dnl bsdtar and bsdcpio versioning tracks libarchive m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S()) m4_define([BSDCPIO_VERSION_S],LIBARCHIVE_VERSION_S()) +AC_PREREQ(2.65) + # # Now starts the "real" configure script. # @@ -267,9 +269,6 @@ AC_DEFUN([MD_CHECK], [ saved_LIBS="$LIBS" saved_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -I$srcdir/libarchive" - if test $ac_cv_header_sys_types_h = yes; then - CPPFLAGS="$CPPFLAGS -DHAVE_SYS_TYPES_H=1" - fi LIBS="$LIBS $4" AC_MSG_CHECKING([support for ARCHIVE_HASH_$1_$2]) AC_LINK_IFELSE([