From: Roy Marples Date: Thu, 5 Sep 2019 08:35:23 +0000 (+0100) Subject: build: Fix DragonFlyBSD config for import. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f1f06d08dab0aa67b0677d3bc8e3fcb821cd6f6;p=thirdparty%2Fdhcpcd.git build: Fix DragonFlyBSD config for import. --- diff --git a/configure b/configure index 67a5bed7..c4e43fcb 100755 --- a/configure +++ b/configure @@ -1215,7 +1215,7 @@ fi if [ "$OS" = dragonfly ]; then echo "#ifdef USE_PRIVATECRYPTO" >>$CONFIG_H echo "#define HAVE_MD5_H" >>$CONFIG_H - echo "#define SHA2_H " >>$CONFIG_H + echo "#define SHA2_H " >>$CONFIG_H echo "#else" >>$CONFIG_H fi