From 785c8a5f78ef757836884ed1acbf6e9171822a53 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 26 Jun 2016 01:53:31 +0200 Subject: build: Use libmd auotmatically if available Disable it for Debian packages for now, as this would pull the library into the pseudo-essential set and requires discussion in debian-devel. --- m4/dpkg-libs.m4 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'm4') diff --git a/m4/dpkg-libs.m4 b/m4/dpkg-libs.m4 index 9fc37201e..3b6924acd 100644 --- a/m4/dpkg-libs.m4 +++ b/m4/dpkg-libs.m4 @@ -10,10 +10,6 @@ AC_DEFUN([DPKG_LIB_MD], [ AC_ARG_WITH([libmd], [ AS_HELP_STRING([--with-libmd], [use libmd library for message digest functions]) - ], [ - with_libmd="$withval" - ], [ - with_libmd="no" ]) if test "x$with_libmd" != "xno"; then AC_CHECK_HEADERS([md5.h], [ -- cgit v1.2.3