summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-05-17 18:06:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-05-17 18:06:19 +0000
commitce90cbb5e17222a6f1f62f1db770db8bb0d88715 (patch)
tree1457d14b9deffacfa711f96413a600e07e198684 /llvm
parentdade607f19c7e2783aade3c108ad8c96acf0f36e (diff)
downloadbcm5719-llvm-ce90cbb5e17222a6f1f62f1db770db8bb0d88715.tar.gz
bcm5719-llvm-ce90cbb5e17222a6f1f62f1db770db8bb0d88715.zip
Make Perl a required dependency and cause configure script to fail if it
is not found. llvm-svn: 37164
Diffstat (limited to 'llvm')
-rw-r--r--llvm/autoconf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 9b2234103d0..c8fd77f4328 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -495,6 +495,7 @@ LLVM_PROG_PERL([5.006])
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
OpenPOWER on IntegriCloud