summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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