From 8c3d2580cbd52a91e85a27cc96301cbd5c281cee Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 7 Mar 2012 17:07:20 +0000 Subject: 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 --- Makefile.config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.config.in') diff --git a/Makefile.config.in b/Makefile.config.in index 7b9af41..619faa8 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@ -- cgit v1.1