From: Roy Marples Date: Thu, 5 Jun 2014 13:54:38 +0000 (+0000) Subject: Fix configure X-Git-Tag: v6.4.0~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21350faddd38cadf62041a7f38e165cc7c19afe5;p=thirdparty%2Fdhcpcd.git Fix configure --- diff --git a/configure b/configure index 37786088..a0803789 100755 --- a/configure +++ b/configure @@ -766,7 +766,7 @@ EOF fi echo "$BE64ENC" fi -if [ "$BE64ENC" == no ]; then +if [ "$BE64ENC" = no ]; then echo "#include \"compat/endian.h\"" >>$CONFIG_H fi