[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Thu May 17 11:06:37 PDT 2007
Changes in directory llvm/autoconf:
configure.ac updated: 1.270 -> 1.271
---
Log message:
Make Perl a required dependency and cause configure script to fail if it
is not found.
---
Diffs of the changes: (+1 -0)
configure.ac | 1 +
1 files changed, 1 insertion(+)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.270 llvm/autoconf/configure.ac:1.271
--- llvm/autoconf/configure.ac:1.270 Mon May 7 23:22:59 2007
+++ llvm/autoconf/configure.ac Thu May 17 13:06:19 2007
@@ -495,6 +495,7 @@
AC_SUBST(PERL)
if test x"$PERL" = xnone; then
AC_SUBST(HAVE_PERL,0)
+ AC_MSG_ERROR([perl is required but was not found, please install it])
else
AC_SUBST(HAVE_PERL,1)
fi
More information about the llvm-commits
mailing list