diff options
| author | Roy Marples <roy@marples.name> | 2014-06-05 13:54:38 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-06-05 13:54:38 +0000 |
| commit | 21350faddd38cadf62041a7f38e165cc7c19afe5 (patch) | |
| tree | e715a3967101f848d654f401e851871e14236646 /configure | |
| parent | 6c9c45832452e256002b65fb178b1e49ac3d27a2 (diff) | |
| download | dhcpcd-21350faddd38cadf62041a7f38e165cc7c19afe5.tar.xz | |
Fix configure
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
