From: fred Date: Sun, 24 Mar 2002 20:01:56 +0000 (+0000) Subject: lilypond-0.1.35 X-Git-Tag: release/1.5.59~3636 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=56f06488736154a9955918243cf6cd8c863dad31;p=lilypond.git lilypond-0.1.35 --- diff --git a/configure.in b/configure.in index 0efe69bab0..ee5bc6a4f7 100644 --- a/configure.in +++ b/configure.in @@ -95,7 +95,7 @@ if test x$MINGWPREFIX != xno; then fi if test $optimise_b = yes; then - DEFINES="$DEFINES -O2 -DSTRING_UTILS_INLINED" + DEFINES="$DEFINES -finline-functions -O2 -DSTRING_UTILS_INLINED" fi if test "x$OSTYPE" = "xWindows_NT"; then @@ -171,7 +171,7 @@ AC_JUNK_ARGS( [if test "x$MFDIR" = xauto; then ) AC_CHECK_SEARCH_RESULT($MAKE, GNU make, You should install GNU make) -AC_CHECK_SEARCH_RESULT( $BISON, bison, Please install Bison, 1.25 or better) +AC_CHECK_SEARCH_RESULT($BISON, bison, Please install Bison, 1.25 or better) AC_CHECK_SEARCH_RESULT($PERL, perl, You should install Perl, version 5 or better) AC_CHECK_SEARCH_RESULT($PYTHON, python, You should install Python) AC_CHECK_SEARCH_RESULT($PODMAN, pod, You should install Perl, version 5 or better)