ossp-pkg/uuid/uuid.ac 1.17 -> 1.18
--- 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
|
|