summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-06-13 17:23:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 19:20:22 +0200
commit9e84f9a4640987e5e786ea0c0daff31a93ec7957 (patch)
treef5b4ad817b24d4d91fe69e4c6c316e343459603c /configure.ac
parent8e4e0c4bdb16875b2bd920c7fcdad89aa79d3e6d (diff)
downloadptxdist-9e84f9a4640987e5e786ea0c0daff31a93ec7957.tar.gz
ptxdist-9e84f9a4640987e5e786ea0c0daff31a93ec7957.tar.xz
Don't check for 'readlink' 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 9e7300518..2a4d75d35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,12 +236,6 @@ if test -z "$UNZIP"; then
AC_MSG_ERROR([unzip could not be found, please install])
fi
-dnl Check for readlink
-AC_PATH_PROGS(READLINK, readlink,, $PATH)
-if test -z "$READLINK"; then
- AC_MSG_ERROR([readlink could not be found, please install])
-fi
-
dnl Check for mktemp
AC_PATH_PROGS(MKTEMP, mktemp,, $PATH)
if test -z "$MKTEMP"; then