From: Tim Kientzle Date: Sun, 11 Dec 2011 07:09:31 +0000 (-0500) Subject: For out-of-tree builds, the placeholder config file X-Git-Tag: v3.0.2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38644a9a8c23650af9c49a4e9c6c5b8b3ce8b0bb;p=thirdparty%2Flibarchive.git For out-of-tree builds, the placeholder config file here is in the build directory, specify -I. so it can be found. SVN-Revision: 3903 --- diff --git a/configure.ac b/configure.ac index 759adfaaf..fbc66ab6f 100644 --- a/configure.ac +++ b/configure.ac @@ -533,7 +533,7 @@ AC_DEFUN([CRYPTO_CHECK], [ if test "$found_$1" != yes; then saved_LIBS="$LIBS" saved_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS -I$srcdir -I$srcdir/libarchive" + CPPFLAGS="$CPPFLAGS -I. -I$srcdir -I$srcdir/libarchive" LIBS="$LIBS $4" touch "check_crypto_md.h" AC_MSG_CHECKING([support for ARCHIVE_CRYPTO_$1_$2])