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 | 8c3d2580cbd52a91e85a27cc96301cbd5c281cee (patch) | |
tree | 1f5bd9ce0f6cf7cb8e767b9d520a57ffc2edfd50 /Makefile.config.in | |
parent | 3c777947f4fdd94f061f8ac4a118a8db03da88a8 (diff) |
configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 7b9af41403..619faa84cd 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -175,7 +175,6 @@ SED := @SED@ TAR := @TAR@ # Paths to miscellaneous programs we hope are present but might not be -PERL := @PERL@ BZIP2 := @BZIP2@ CAT := @CAT@ DOT := @DOT@ @@ -194,7 +193,6 @@ RUNTEST := @RUNTEST@ TCLSH := @TCLSH@ ZIP := @ZIP@ -HAVE_PERL := @HAVE_PERL@ HAVE_PTHREAD := @HAVE_PTHREAD@ LIBS := @LIBS@ |