From 4079fa56584085e01822132f968b47c71d7c932e Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Fri, 2 Mar 2012 17:55:24 +0100 Subject: [PATCH] [configure] Properly recognize `guile1' binary. --- stepmake/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5