From: Julien Rioux Date: Fri, 2 Mar 2012 16:55:24 +0000 (+0100) Subject: [configure] Properly recognize `guile1' binary. X-Git-Tag: release/2.15.32-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4079fa56584085e01822132f968b47c71d7c932e;p=lilypond.git [configure] Properly recognize `guile1' binary. --- diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index c8e62a9559..f7f457926a 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -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