[Libreoffice-commits] libmspub.git: configure.ac

David Tardon dtardon at redhat.com
Mon Feb 2 04:51:08 PST 2015


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

New commits:
commit 94bf061ac508a9fcd7921f56c5100b03c5729608
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Feb 2 13:50:46 2015 +0100

    remove bashism
    
    Change-Id: I524ffd52b4b5cdace12590fd7879a221d3e9ebd9

diff --git a/configure.ac b/configure.ac
index 5c614d6..22aaac1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,7 +162,7 @@ AS_CASE([$host],
 AC_MSG_RESULT([$platform_win32])
 AM_CONDITIONAL([PLATFORM_WIN32], [test "x$platform_win32" = "xyes"])
 
-AS_IF([test $platform_win32 == yes],
+AS_IF([test $platform_win32 = yes],
     [],
     [
         AC_MSG_CHECKING([for -fvisibility=hidden compiler flag])


More information about the Libreoffice-commits mailing list