From 56f06488736154a9955918243cf6cd8c863dad31 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:01:56 +0000 Subject: [PATCH] lilypond-0.1.35 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5