summaryrefslogtreecommitdiff
path: root/lib/compat
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compat')
-rw-r--r--lib/compat/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/compat/Makefile.am b/lib/compat/Makefile.am
index fa20fe405..981dc8128 100644
--- a/lib/compat/Makefile.am
+++ b/lib/compat/Makefile.am
@@ -32,8 +32,9 @@ libcompat_la_SOURCES = \
compat.h \
gettext.h
-# FIXME: unconditionally include these for now.
+if !HAVE_LIBMD_MD5
libcompat_la_SOURCES += md5.c md5.h
+endif
if !HAVE_GETOPT
libcompat_la_SOURCES += getopt.c getopt.h