Add missing "test" to -Og configure check

Change-Id: Ida6cc4fa96b60e50c261aa2c81fb6d2fc0484b10
This commit is contained in:
Jan-Marek Glogowski
2017-01-09 13:53:20 +01:00
parent 9dd7999a48
commit 245349ddaa

View File

@@ -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.