[Genabel-commits] r1893 - branches/ProbABEL-pvals/ProbABEL
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Dec 1 14:17:03 CET 2014
Author: lckarssen
Date: 2014-12-01 14:17:02 +0100 (Mon, 01 Dec 2014)
New Revision: 1893
Modified:
branches/ProbABEL-pvals/ProbABEL/configure.ac
Log:
Removed adding -I option to CXXFLAGS when Boost libraries are enabled. Only setting of CPPFLAGS is required.
Modified: branches/ProbABEL-pvals/ProbABEL/configure.ac
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/configure.ac 2014-11-26 05:51:01 UTC (rev 1892)
+++ branches/ProbABEL-pvals/ProbABEL/configure.ac 2014-12-01 13:17:02 UTC (rev 1893)
@@ -103,10 +103,8 @@
AC_ARG_WITH([boost-include-path],
[AS_HELP_STRING([--with-boost-include-path],
[location of the Boost headers, defaults to /usr/include/boost])],
- [CXXFLAGS+=" -I${withval}"
- CPPFLAGS+=" -I${withval}"],
- [CXXFLAGS+=' -I/usr/include/'
- CPPFLAGS+=' -I/usr/include/'])
+ [CPPFLAGS+=" -I${withval}"],
+ [CPPFLAGS+=' -I/usr/include/'])
# Check for the Boost Math header files
AC_CHECK_HEADER([boost/math/distributions.hpp],
More information about the Genabel-commits
mailing list