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

David Tardon dtardon at redhat.com
Mon Feb 2 04:49:21 PST 2015


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

New commits:
commit 80c7842c7a79c0e3b66962d5c54ef89ff759723d
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Feb 2 13:48:53 2015 +0100

    remove bashism
    
    Change-Id: I795bf489517e6cadb5efa0e6a80072d1063ff50b

diff --git a/configure.ac b/configure.ac
index e5f51aa..2bbf072 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,7 +184,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