mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Make Perl a required dependency and cause configure script to fail if it
is not found. llvm-svn: 37164
This commit is contained in:
parent
9a53871650
commit
b55947eb2d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user