From: Roy Marples Date: Sat, 25 Jan 2014 02:50:27 +0000 (+0000) Subject: Fix compile on NetBSD X-Git-Tag: v6.3.0~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7451badfe619afd8b17f2bd6c297f29747344d71;p=thirdparty%2Fdhcpcd.git Fix compile on NetBSD --- diff --git a/configure b/configure index cfb65ff0..a7116ac2 100755 --- a/configure +++ b/configure @@ -648,7 +648,7 @@ if [ "$MD5" = no ]; then echo "MD5_SRC= md5.c" >>$CONFIG_MK else echo "MD5_SRC=" >>$CONFIG_MK - echo "CPPFLAGS+= -DHAVE_MD5H" >>$CONFIG_H + echo "#define HAVE_MD5H" >>$CONFIG_H fi if [ "$DEV" != no -a "$UDEV" != no ]; then