aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 72522aca..fc0218a7 100644
--- a/configure.in
+++ b/configure.in
@@ -118,6 +118,10 @@ AC_CHECK_FUNC(getopt_long, AC_DEFINE(HAVE_GETOPTLONG),
[EXTRASRC="$EXTRASRC \$(srcdir)/getopt.c \$(srcdir)/getopt1.c"
EXTRAOBJ="$EXTRAOBJ getopt.o getopt1.o"])
+AC_CHECK_FUNC(MD5Init, AC_DEFINE(HAVE_MD5),
+ [EXTRASRC="$EXTRASRC \$(srcdir)/md5c.c"
+ EXTRAOBJ="$EXTRAOBJ md5c.o"])
+
AC_FUNC_VPRINTF
AC_FUNC_ALLOCA
if test -n "$ALLOCA"