]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
* stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
[lilypond.git] / configure.in
index ee6816b52cb036c53b2e79ed7b5146c6514b0ac7..8dc846f9a9fdaee8d15a983bef4203d7d8ce0f69 100644 (file)
@@ -43,9 +43,9 @@ if test "$std_string" = "yes"; then
     DEFINES="$DEFINES -DSTD_STRING=1"
 fi
 
-std_vector=no
+std_vector=yes
 AC_ARG_ENABLE(std-string,
-    [  --enable-std-vector     compile with experimental std::vector.  Default: off],
+    [  --enable-std-vector     compile with std::vector.  Default: on],
     [std_vector=$enableval])
 if test "$std_vector" = "yes"; then
     # Store in config.make rather than in config.hh and have every