summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-11-08 11:01:26 +0200
committerTor Lillqvist <tml@iki.fi>2012-11-08 11:01:26 +0200
commit7f26dac751473045b894e97ca4090957bbb865cd (patch)
treef4fe49b76d6be2e0a334738f821482b0dec242d8
parentcb59a80743f9fc268828124707aca131a9b84b9c (diff)
Fix thinko
Change-Id: I84f023a906671a5dfc99e1c6c0a74ae317258dde
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 200092ae68f6..b018638b3353 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2732,7 +2732,7 @@ if test "$_os" = "Darwin"; then
esac
fi
- if test "$BITNESS_OVERRIDE" == ""; then
+ if test "$BITNESS_OVERRIDE" = ""; then
case "$with_macosx_version_min_required" in
10.4)
case "$with_macosx_sdk" in