Signed-off-by: Juergen Beisert <j...@pengutronix.de>
---
 configure.ac |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9e73005..2a4d75d 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
-- 
1.7.10


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to