summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-06-13 17:23:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 19:20:20 +0200
commitaaef7fa1545cf8ec39e067c9b8793727df14d41a (patch)
tree7c38184845c295449459033e9c70155f5d78bb9a /configure.ac
parentf78d37e28c22b8b00fa13982f81ad05778883252 (diff)
downloadptxdist-aaef7fa1545cf8ec39e067c9b8793727df14d41a.tar.gz
ptxdist-aaef7fa1545cf8ec39e067c9b8793727df14d41a.tar.xz
Don't check for 'find' twice
Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@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 526fa55c2..b054145e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -272,12 +272,6 @@ if test -z "$CAT"; then
AC_MSG_ERROR([cat could not be found, please install])
fi
-dnl Check for find
-AC_PATH_PROGS(FIND, find,, $PATH)
-if test -z "$FIND"; then
- AC_MSG_ERROR([find could not be found, please install])
-fi
-
AC_MSG_CHECKING([find version])
FIND_VERSION=`$FIND --version 2>/dev/null | $SED -ne "s/.*\s\+\([[0-9]]\+\.[[0-9]]\+\.[[0-9]]\+\).*$/\1/p"`
case "$FIND_VERSION" in