[Genabel-commits] r1403 - pkg/ProbABEL
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 19 21:02:33 CET 2013
Author: maksim
Date: 2013-11-19 21:02:33 +0100 (Tue, 19 Nov 2013)
New Revision: 1403
Modified:
pkg/ProbABEL/configure.ac
Log:
Added a flag to compiler to allow building not R version of filevector
Modified: pkg/ProbABEL/configure.ac
===================================================================
--- pkg/ProbABEL/configure.ac 2013-11-19 18:39:59 UTC (rev 1402)
+++ pkg/ProbABEL/configure.ac 2013-11-19 20:02:33 UTC (rev 1403)
@@ -31,6 +31,11 @@
# with its own defaults
AC_PROG_CXX
+
+#Tell compiler to build not R version of filevector
+CXXFLAGS+=" -D_NOT_R_FILEVECTOR"
+
+
# Since most of our code is in C++, set that language as the default
# for the subsequent checks
AC_LANG_PUSH([C++])
More information about the Genabel-commits
mailing list