mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Make Perl a required dependency and cause configure script to fail if it
is not found. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07c70cd866
commit
e4068731df
@ -495,6 +495,7 @@ LLVM_PROG_PERL([5.006])
|
|||||||
AC_SUBST(PERL)
|
AC_SUBST(PERL)
|
||||||
if test x"$PERL" = xnone; then
|
if test x"$PERL" = xnone; then
|
||||||
AC_SUBST(HAVE_PERL,0)
|
AC_SUBST(HAVE_PERL,0)
|
||||||
|
AC_MSG_ERROR([perl is required but was not found, please install it])
|
||||||
else
|
else
|
||||||
AC_SUBST(HAVE_PERL,1)
|
AC_SUBST(HAVE_PERL,1)
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user