]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
Update.
[lilypond.git] / configure.in
index a4910f113011e8454a631feb56679b75cb2239e0..d2818093a7df0f23d94542c1e5335acf6012ed37 100644 (file)
@@ -30,9 +30,18 @@ AC_SUBST(DOCUMENTATION)
 
 gui_b=no
 AC_ARG_ENABLE(gui,
-    [  --enable-gui            compile with experimental GNOME output module.  Default: off],
+    [  --enable-gui            compile with experimental GNOME output.  Default: off],
     [gui_b=$enableval])
 
+std_string=no
+AC_ARG_ENABLE(std-string,
+    [  --enable-std-string     compile with experimental std::string.  Default: off],
+    [std_string=$enableval])
+if test "$std_string" = "yes"; then
+    # Store in config.make rather than in config.hh and have every
+    # source file depend on that.
+    DEFINES="$DEFINES -DSTD_STRING=1"
+fi
 
 NCSB_DIR=unknown
 AC_ARG_WITH(ncsb-dir,