configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 80c7842c7a79c0e3b66962d5c54ef89ff759723d Author: David Tardon <dtar...@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]) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits