summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2010-08-24 22:53:10 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-08-24 22:00:49 +0200
commit782e978b018bf6c380864c40e696791492f3317f (patch)
tree815210bf860003876a3df5bdf39c64c3c546db85 /configure.ac
parent52a165da1fa5182062cb5823d3f21bb7810978b1 (diff)
downloadptxdist-782e978b018bf6c380864c40e696791492f3317f.tar.gz
ptxdist-782e978b018bf6c380864c40e696791492f3317f.tar.xz
[configure] Do not check for expect
Expect is not used anywhere. 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 1ce01c6d6..e6620400a 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 expect
-AC_PATH_PROGS(EXPECT, expect,, $PATH)
-if test -z "$EXPECT"; then
- AC_MSG_ERROR([expect could not be found, please install])
-fi
-
dnl Check for make
AC_PATH_PROGS(MAKE, gmake gnumake make,, $PATH)
if test -z "$MAKE"; then