[Rcpp-commits] r418 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 21 08:43:56 CET 2010
Author: romain
Date: 2010-01-21 08:43:55 +0100 (Thu, 21 Jan 2010)
New Revision: 418
Modified:
pkg/configure
pkg/configure.in
Log:
s/with/enable/
Modified: pkg/configure
===================================================================
--- pkg/configure 2010-01-21 07:33:54 UTC (rev 417)
+++ pkg/configure 2010-01-21 07:43:55 UTC (rev 418)
@@ -1284,7 +1284,7 @@
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --with-cxx0x Enable support for draft of upcoming C++ standard.
+ --enable-cxx0x Enable support for draft of upcoming C++ standard.
Can also be enabled by setting the 'RCPP_CXX0X'
environment variable to 'yes'
Modified: pkg/configure.in
===================================================================
--- pkg/configure.in 2010-01-21 07:33:54 UTC (rev 417)
+++ pkg/configure.in 2010-01-21 07:43:55 UTC (rev 418)
@@ -106,7 +106,7 @@
# Offer a configure argument to enable support for the draft of the C++0x standard
AC_ARG_ENABLE([cxx0x],
- AC_HELP_STRING([--with-cxx0x],[Enable support for draft of upcoming C++ standard. Can also be enabled by setting the 'RCPP_CXX0X' environment variable to 'yes' ]),
+ AC_HELP_STRING([--enable-cxx0x],[Enable support for draft of upcoming C++ standard. Can also be enabled by setting the 'RCPP_CXX0X' environment variable to 'yes' ]),
[want_cxx0x=yes],
[want_cxx0x=no])
More information about the Rcpp-commits
mailing list