diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c0958fb0a..1d826dda3 100644 --- a/configure.ac +++ b/configure.ac @@ -1512,7 +1512,7 @@ if test "x$need_libarchive_check" = "xyes" ; then [AC_MSG_ERROR([libarchive is required for pbins])]) AC_MSG_CHECKING([whether your libarchive is new enough]) - AC_PREPROC_IFELSE([ + AC_COMPILE_IFELSE([ #include <archive.h> int main(int, char **) |