From: Roy Marples Date: Thu, 5 Sep 2019 08:35:23 +0000 (+0100) Subject: build: Fix DragonFlyBSD config for import. X-Git-Tag: v8.0.5~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d62baa841b77feb06dd3d6bc73b469609c4f89;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