summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-06-05 13:54:38 +0000
committerRoy Marples <roy@marples.name>2014-06-05 13:54:38 +0000
commit21350faddd38cadf62041a7f38e165cc7c19afe5 (patch)
treee715a3967101f848d654f401e851871e14236646 /configure
parent6c9c45832452e256002b65fb178b1e49ac3d27a2 (diff)
downloaddhcpcd-21350faddd38cadf62041a7f38e165cc7c19afe5.tar.xz
Fix configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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