]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix configure
authorRoy Marples <roy@marples.name>
Thu, 5 Jun 2014 13:54:38 +0000 (13:54 +0000)
committerRoy Marples <roy@marples.name>
Thu, 5 Jun 2014 13:54:38 +0000 (13:54 +0000)
configure

index 377860888247eb8c060f701d431f2db35a23aca9..a0803789d654802f13f923af7af6f461e41cf576 100755 (executable)
--- 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