[Genabel-commits] r1879 - pkg/OmicABELnoMM
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Oct 30 18:34:04 CET 2014
Author: lckarssen
Date: 2014-10-30 18:34:04 +0100 (Thu, 30 Oct 2014)
New Revision: 1879
Modified:
pkg/OmicABELnoMM/configure.ac
Log:
In OmicABELnoMM's configure.ac: Removed the include paths for boost from CXXFLAGS. They only belong in CPPFLAGS.
Modified: pkg/OmicABELnoMM/configure.ac
===================================================================
--- pkg/OmicABELnoMM/configure.ac 2014-10-30 16:39:34 UTC (rev 1878)
+++ pkg/OmicABELnoMM/configure.ac 2014-10-30 17:34:04 UTC (rev 1879)
@@ -126,10 +126,8 @@
[location of the Boost math headers, defaults to /usr/include/boost/]
)
],
- [CXXFLAGS+=" -I${withval}"
- CPPFLAGS+=" -I${withval}"],
- [CXXFLAGS+=' -I/usr/include/boost/'
- CPPFLAGS+=' -I/usr/include/boost/']
+ [CPPFLAGS+=" -I${withval}"],
+ [CPPFLAGS+=' -I/usr/include/boost/']
)
# Check for the Boost Math header files; this uses a compile check, so
More information about the Genabel-commits
mailing list