[llvm-commits] [release_20] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Thu May 17 11:07:43 PDT 2007
Changes in directory llvm/autoconf:
configure.ac updated: 1.269.2.1 -> 1.269.2.2
---
Log message:
Make Perl required - merge from mainline.
---
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.269.2.1 llvm/autoconf/configure.ac:1.269.2.2
--- llvm/autoconf/configure.ac:1.269.2.1 Mon May 7 23:45:12 2007
+++ llvm/autoconf/configure.ac Thu May 17 13:07:24 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