diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-05-17 18:07:24 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-05-17 18:07:24 +0000 |
commit | a354a4e7d937784f3da45be95fda149b5251cba0 (patch) | |
tree | ffd42d3a07ec08f719b4e822ae7b7565f58bc2fd | |
parent | 77f171f706b1348dd72efec1c358a91d9b5ba64d (diff) |
Make Perl required - merge from mainline.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_20@37165 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | autoconf/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index e0299b32cb..674b9054d9 100644 --- a/autoconf/configure.ac +++ b/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 |