ossp-pkg/uuid/uuid.ac 1.12 -> 1.13
--- uuid.ac 2004/11/03 17:07:57 1.12
+++ uuid.ac 2004/11/18 15:57:00 1.13
@@ -102,7 +102,7 @@
AC_SUBST(WITH_PERL)
AC_SUBST(PERL_NAME)
AC_PATH_PROG(PERL, perl, NA)
- if test ".$PERL" = .NA; then
+ if test ".$ac_cv_with_perl" = ".yes" -a ".$PERL" = ".NA"; then
AC_ERROR([required Perl interpreter not found in \$PATH])
fi
])
|
|