1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 20:39:02 +00:00

Allow svn include files to be in /usr/include or a subversion-1

subdirectory.
This commit is contained in:
david
2011-12-19 05:16:20 +00:00
parent 29726989fc
commit 17aaa5b6f1
7 changed files with 715 additions and 8 deletions

View File

@@ -15,7 +15,8 @@ AC_CHECK_LIB([svn_subr-1], [svn_handle_error2])
AC_CHECK_LIB([apr-1], [apr_pool_destroy])
# Checks for header files.
# AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
CPPFLAGS="$CPPFLAGS $($APR_CONFIG --cppflags --includes)"
AC_CHECK_HEADERS([svn_client.h subversion-1/svn_client.h])
# Checks for typedefs, structures, and compiler characteristics.
# AC_TYPE_SIZE_T