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

David Tardon dtardon at redhat.com
Mon Feb 2 04:53:48 PST 2015


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

New commits:
commit 1605e1a10b0769f9991280a58b3b40d042ede1df
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Feb 2 13:53:15 2015 +0100

    remove bashism
    
    Change-Id: Iab654b8c82add951fa0d39a57695eeb21b21c332

diff --git a/configure.ac b/configure.ac
index ff289be..40747e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -193,7 +193,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