Index: ossp-pkg/uuid/uuid.ac RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.ac,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.ac,v' 2>/dev/null --- uuid.ac 2005/09/01 22:24:01 1.17 +++ uuid.ac 2005/09/02 14:32:40 1.18 @@ -149,7 +149,7 @@ fi AC_SUBST(PHP_NAME) AC_SUBST(WITH_PHP) - AC_PATH_PROG(PHP, php5 php, NA) + AC_PATH_PROGS(PHP, php5 php, NA) if test ".$ac_cv_with_php" = ".yes" -a ".$PHP" = ".NA"; then AC_ERROR([required PHP interpreter not found in \$PATH]) fi