X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure.in;h=d2818093a7df0f23d94542c1e5335acf6012ed37;hb=89029dc9350ff35b220eda453c43706007352d50;hp=a4910f113011e8454a631feb56679b75cb2239e0;hpb=24fbaa7e8abba50aed638349f77342b1c352768b;p=lilypond.git diff --git a/configure.in b/configure.in index a4910f1130..d2818093a7 100644 --- a/configure.in +++ b/configure.in @@ -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,