summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 77b86d729..1ce01c6d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -267,12 +267,6 @@ if test -z "$SORT"; then
AC_MSG_ERROR([sort could not be found, please install])
fi
-dnl Check for perl
-AC_PATH_PROGS(PERL, perl,, $PATH)
-if test -z "$PERL"; then
- AC_MSG_ERROR([perl could not be found, please install])
-fi
-
dnl Check for expect
AC_PATH_PROGS(EXPECT, expect,, $PATH)
if test -z "$EXPECT"; then