diff options
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa6fd0a53..ed71f6b8d 100755 --- a/configure.ac +++ b/configure.ac @@ -3253,7 +3253,7 @@ AC_CHECK_SIZEOF(time_t) AC_CHECK_SIZEOF(off_t) o=$CPPFLAGS -CPPFLAGS="$CPPFLAGS -I$srcdir/include" +CPPFLAGS="-I$srcdir/include $CPPFLAGS" AC_CHECK_SIZEOF(curl_off_t, unused , [ #include <curl/system.h> ]) |