From 73965b801a470793be8926ac497d3895502b9454 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 15 Nov 2017 10:24:32 -0800 Subject: Remove Perl dependency. Nothing in the OVS tree uses Perl any longer, so remove the dependency. Signed-off-by: Ben Pfaff Acked-by: Aaron Conole --- tests/atlocal.in | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/atlocal.in') diff --git a/tests/atlocal.in b/tests/atlocal.in index 1ecabf03a..55f9333ee 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -3,7 +3,6 @@ HAVE_OPENSSL='@HAVE_OPENSSL@' HAVE_PYTHON='@HAVE_PYTHON@' HAVE_PYTHON3='@HAVE_PYTHON3@' EGREP='@EGREP@' -PERL='@PERL@' if test x"$PYTHON" = x; then PYTHON='@PYTHON@' -- cgit v1.2.1