aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 43a6513..79449dd 100644
--- a/configure.in
+++ b/configure.in
@@ -31,11 +31,6 @@ else
export AWK
fi
-AC_PATH_PROGS(MD5SUM, md5sum, "no")
-if test x$MD5SUM = "xno"; then
- AC_MSG_ERROR([md5sum is required])
-fi
-
AC_PATH_PROGS(MKTEMP, mktemp, "no")
if test x$MKTEMPT = "xno"; then
AC_MSG_ERROR([mktemp is required])