configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn...
[oota-llvm.git] / projects / sample / Makefile.llvm.config.in
index 9e0c34ca684652e6e36ad1d6e5a11bcf4d86125e..deef6b2e7cc7ad1d53e9dd8b95efd3078ee9b8b3 100644 (file)
@@ -143,7 +143,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@
@@ -162,7 +161,6 @@ RUNTEST    := @RUNTEST@
 TCLSH      := @TCLSH@
 ZIP        := @ZIP@
 
-HAVE_PERL    := @HAVE_PERL@
 HAVE_PTHREAD := @HAVE_PTHREAD@
 
 LIBS       := @LIBS@