diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-03-07 17:07:20 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-03-07 17:07:20 +0000 |
commit | e815db61406662754b1b4b52ff684e6ac72c2662 (patch) | |
tree | a922c8f9f391f44963c94ba3571112e9ec0ff7d2 /llvm/autoconf/configure.ac | |
parent | 3048107bc154c2fd792e99c0da2a0721816f3699 (diff) | |
download | bcm5719-llvm-e815db61406662754b1b4b52ff684e6ac72c2662.tar.gz bcm5719-llvm-e815db61406662754b1b4b52ff684e6ac72c2662.zip |
configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore.
llvm-svn: 152234
Diffstat (limited to 'llvm/autoconf/configure.ac')
-rw-r--r-- | llvm/autoconf/configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index e18725d9740..5ea2e306a5c 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac @@ -1005,16 +1005,6 @@ if test "$XDOT_PY" != "echo xdot.py" ; then [Define to path to xdot.py program if found or 'echo xdot.py' otherwise]) fi -dnl Look for a sufficiently recent version of Perl. -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 - dnl Find the install program AC_PROG_INSTALL dnl Prepend src dir to install path dir if it's a relative path |