changeset 2523:ae77ab271a92 draft

Fix configure
author Roy Marples <roy@marples.name>
date Thu, 05 Jun 2014 13:54:38 +0000
parents b51f8624a660
children fef6e4d6dad7
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jun 05 13:53:20 2014 +0000
+++ b/configure	Thu Jun 05 13:54:38 2014 +0000
@@ -766,7 +766,7 @@
 	fi
 	echo "$BE64ENC"
 fi
-if [ "$BE64ENC" == no ]; then
+if [ "$BE64ENC" = no ]; then
 	echo "#include		\"compat/endian.h\"" >>$CONFIG_H
 fi