diff --git a/configure b/configure index fbde740a65..939877b348 100755 --- a/configure +++ b/configure @@ -463,7 +463,7 @@ EOF fi - if test "$fail" == "yes"; then + if test "$fail" = "yes"; then exit 1 fi fi