Sfoglia il codice sorgente

Make --enable-cxx default to "yes"

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48564 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 13 anni fa
parent
commit
2ce8a5184f
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      configure
  2. 1 1
      configure.in

+ 2 - 2
configure

@@ -19,7 +19,7 @@ ac_help="$ac_help
 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 @@ if test "${with_cxx+set}" = set; then
   withval="$with_cxx"
   :
 else
-  with_cxx=no
+  with_cxx=yes
 fi
 
 

+ 1 - 1
configure.in

@@ -230,7 +230,7 @@ AC_ARG_ENABLE(w11,
 
 # 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,