]> git.donarmstrong.com Git - lilypond.git/commitdiff
Quoting fixes.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 24 Jun 2002 09:27:38 +0000 (09:27 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 24 Jun 2002 09:27:38 +0000 (09:27 +0000)
ChangeLog
configure.in

index 6d8fcde8835ccc6c205478cd86eebe2ce114d6a6..8247aec3d40386ce0da2718e37d517b3b0d45be1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * configure.in: Quoting fixes.
+
 2002-06-24  Han-Wen  <hanwen@cs.uu.nl>
 
        * lily/grob-scheme.cc: new file
index 2dff4ea42d1193376ff41d2e788958433a56a427..2194cfbb7c5a32323de99224b98a9b939a780e79 100644 (file)
@@ -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