[GRASS-SVN] r48564 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 29 19:51:27 EDT 2011
Author: glynn
Date: 2011-09-29 16:51:26 -0700 (Thu, 29 Sep 2011)
New Revision: 48564
Modified:
grass/trunk/configure
grass/trunk/configure.in
Log:
Make --enable-cxx default to "yes"
Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure 2011-09-29 23:42:27 UTC (rev 48563)
+++ grass/trunk/configure 2011-09-29 23:51:26 UTC (rev 48564)
@@ -19,7 +19,7 @@
ac_help="$ac_help
--enable-w11 use W11 library for Windows X11 emulation"
ac_help="$ac_help
- --with-cxx support C++ functionality (default: no)"
+ --with-cxx support C++ functionality (default: yes)"
ac_help="$ac_help
--with-macosx-archs[=arch list]
compile multiple architectures on MacOSX, ie.
@@ -1590,7 +1590,7 @@
withval="$with_cxx"
:
else
- with_cxx=no
+ with_cxx=yes
fi
Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in 2011-09-29 23:42:27 UTC (rev 48563)
+++ grass/trunk/configure.in 2011-09-29 23:51:26 UTC (rev 48564)
@@ -230,7 +230,7 @@
# With options
-LOC_ARG_WITH(cxx, C++, no)
+LOC_ARG_WITH(cxx, C++)
#LOC_ARG_WITH(g77, GNU Fortran 77, no)
AC_ARG_WITH(macosx-archs,
More information about the grass-commit
mailing list