[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 8 01:01:55 PST 2012


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7f26dac751473045b894e97ca4090957bbb865cd
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Nov 8 11:01:26 2012 +0200

    Fix thinko
    
    Change-Id: I84f023a906671a5dfc99e1c6c0a74ae317258dde

diff --git a/configure.ac b/configure.ac
index 200092a..b018638 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


More information about the Libreoffice-commits mailing list