]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix test.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 9 Mar 2005 19:44:56 +0000 (19:44 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 9 Mar 2005 19:44:56 +0000 (19:44 +0000)
ChangeLog
stepmake/aclocal.m4

index 5ef7d52d7bd0265c6103045dc24bc55c4e78e105..8d81dcec3e8de62f80432d034939777af2a6c0c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/aclocal.m4: Fix test.
+
 2005-03-09  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/user/invoking.itely: added Sebastino Vigna's
index 07bb56d3b9f58b4c9b714467ba8f1a5c6afaae90..a5a7c518791eed9b70a87d269b73ed7c0f82e214 100644 (file)
@@ -820,7 +820,7 @@ AC_DEFUN(STEPMAKE_KPATHSEA, [
     if test "$kpathsea_b" != no; then
         AC_MSG_RESULT(yes)
        KPATHSEA=1
-       if "$have_libkpathsea_so" = "no" ; then
+       if test "$have_libkpathsea_so" = "no"; then
          KPATHSEA_LIBS="-lkpathsea"
        fi
     else