summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2010-04-07 16:04:11 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-04-07 15:31:06 +0200
commit589cef994fb25d6201e8e91284a1950726f1c022 (patch)
tree59a6620e6e82dc37768b9902770704e1f9f95e5d /configure.ac
parentf51c81f85cbc691a22ddb505f2af378610a28934 (diff)
downloadptxdist-589cef994fb25d6201e8e91284a1950726f1c022.tar.gz
ptxdist-589cef994fb25d6201e8e91284a1950726f1c022.tar.xz
Eliminate PERL dependency
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
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