Skip to content

Commit

Permalink
Revert r2412 and require autoconf 2.65 instead.
Browse files Browse the repository at this point in the history
SVN-Revision: 2477
  • Loading branch information
Joerg Sonnenberger committed Jun 16, 2010
1 parent b2880ee commit 77cfbb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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([
Expand Down

0 comments on commit 77cfbb9

Please sign in to comment.