configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 245349ddaa51630e1dfec4037c0b8dd2f51e9651 Author: Jan-Marek Glogowski <glo...@fbihome.de> Date: Mon Jan 9 13:53:20 2017 +0100
Add missing "test" to -Og configure check Change-Id: Ida6cc4fa96b60e50c261aa2c81fb6d2fc0484b10 diff --git a/configure.ac b/configure.ac index 9f266a8..e808f14 100644 --- a/configure.ac +++ b/configure.ac @@ -3764,7 +3764,7 @@ if test "$GCC" = "yes"; then fi # clang as of version 4.0.0 (trunk 289424) doesn't do this very well (missing locals, bad param info in stack frame) - if "$COM_IS_CLANG" != "TRUE"; then + if test "$COM_IS_CLANG" != "TRUE"; then AC_MSG_CHECKING([whether $CC supports -Og]) # Note that clang-3.1 reports a real error for this option # so we do not need a special case for clang<=3.1 as above. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits