]> git.donarmstrong.com Git - lilypond.git/commitdiff
[configure] Properly recognize `guile1' binary.
authorJulien Rioux <julien.rioux@gmail.com>
Fri, 2 Mar 2012 16:55:24 +0000 (17:55 +0100)
committerWerner Lemberg <wl@gnu.org>
Fri, 2 Mar 2012 16:55:24 +0000 (17:55 +0100)
stepmake/aclocal.m4

index c8e62a95591dc542dc1e4d3354718e3739655f63..f7f457926aa209d4eda0e567a38740fa5b00a03d 100644 (file)
@@ -928,7 +928,7 @@ AC_DEFUN(STEPMAKE_PATH_PROG, [
     AC_CHECK_PROGS($1, $2, no)
     STEPMAKE_OPTIONAL_REQUIRED($1, $2, $3)
     if test $? -eq 0; then
-       AC_PATH_PROG($1, $2)
+       AC_PATH_PROGS($1, $2)
        if test -n "$4"; then
            STEPMAKE_CHECK_VERSION($1, $3, $4)
        fi