changeset 2247:a7f4dfca892a draft

Fix compile on NetBSD
author Roy Marples <roy@marples.name>
date Sat, 25 Jan 2014 02:50:27 +0000
parents 4331ac84793a
children ab9f78ee23f2
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jan 25 02:41:42 2014 +0000
+++ b/configure	Sat Jan 25 02:50:27 2014 +0000
@@ -648,7 +648,7 @@
 	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