summaryrefslogtreecommitdiffstats
path: root/contrib/subversion/configure.ac
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2014-02-20 19:48:47 +0000
committerpeter <peter@FreeBSD.org>2014-02-20 19:48:47 +0000
commit5d993dc7e646f62c74f6af06d3c76024578b58b2 (patch)
tree601dda4638d6a59464853d71fab85bd4b3665728 /contrib/subversion/configure.ac
parentc7867dffff111491a5dc5da850eacccb3f4c39a7 (diff)
downloadFreeBSD-src-5d993dc7e646f62c74f6af06d3c76024578b58b2.zip
FreeBSD-src-5d993dc7e646f62c74f6af06d3c76024578b58b2.tar.gz
Import svn-1.8.8.
Highlights: * Security fix for apache server plugin that we don't build or use * sqlite performance improvements. * bug fixes for edge cases and some other less common operations.
Diffstat (limited to 'contrib/subversion/configure.ac')
-rw-r--r--contrib/subversion/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/subversion/configure.ac b/contrib/subversion/configure.ac
index a2704ad..e93d7a3 100644
--- a/contrib/subversion/configure.ac
+++ b/contrib/subversion/configure.ac
@@ -1443,6 +1443,11 @@ if test "$CC" = "clang"; then
SVN_STRIP_FLAG(CPPFLAGS, [-no-cpp-precomp ])
fi
+# Need to strip '-no-cpp-precomp' from CPPFLAGS for SWIG as well.
+SWIG_CPPFLAGS="$CPPFLAGS"
+SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-no-cpp-precomp ])
+AC_SUBST([SWIG_CPPFLAGS])
+
dnl Since this is used only on Unix-y systems, define the path separator as '/'
AC_DEFINE_UNQUOTED(SVN_PATH_LOCAL_SEPARATOR, '/',
[Defined to be the path separator used on your local filesystem])
OpenPOWER on IntegriCloud