From 7f26dac751473045b894e97ca4090957bbb865cd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 8 Nov 2012 11:01:26 +0200 Subject: Fix thinko Change-Id: I84f023a906671a5dfc99e1c6c0a74ae317258dde --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit