From be5390a7700990e9a88301fd4412d4b51eeb82f0 Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 24 Jun 2002 09:27:38 +0000 Subject: [PATCH] Quoting fixes. --- ChangeLog | 4 ++++ configure.in | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d8fcde883..8247aec3d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-24 Jan Nieuwenhuizen + + * configure.in: Quoting fixes. + 2002-06-24 Han-Wen * lily/grob-scheme.cc: new file diff --git a/configure.in b/configure.in index 2dff4ea42d..2194cfbb7c 100644 --- a/configure.in +++ b/configure.in @@ -70,13 +70,13 @@ AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}") # Until we found the real cause, advise no to use threads exe=`STEPMAKE_GET_EXECUTABLE($guile_config)` if test -n "$exe" -a -x "$exe"; then - AC_MSG_CHECKING(["for guile, ./configure'd --without-threads"]) + AC_MSG_CHECKING(["for guile, ./configure\'d --without-threads"]) link=`$guile_config link` if expr "$link" : '.*\(thread\)' >/dev/null 2>&1; then - STEPMAKE_ADD_ENTRY(OPTIONAL, "[guile, ./configure'd --without-threads (using guile with threads may give nasty memory corruption errors on large scores).]") - AC_MSG_RESULT([no, watch out.]) + STEPMAKE_ADD_ENTRY(OPTIONAL, ["guile, ./configure'd --without-threads (using guile with threads may give nasty memory corruption errors on large scores)."]) + AC_MSG_RESULT(["no, watch out."]) else - AC_MSG_RESULT([yes, good.]) + AC_MSG_RESULT(["yes, good."]) fi fi -- 2.39.5