Kaydet (Commit) 89a606b4 authored tarafından Michael Stahl's avatar Michael Stahl

configure: another GCC version check that is always true

Change-Id: Iafbc0dadc1aba4267414e2c6653bf306e4d84f4c
üst 076cd220
......@@ -5717,7 +5717,7 @@ if test "$GCC" = "yes"; then
#endif
]])],[HAVE_THREADSAFE_STATICS=TRUE],[])
AC_LANG_POP([C++])
elif test "${GCC_VERSION?}" -ge 0403; then
else # known to work in GCC since version 4.3
HAVE_THREADSAFE_STATICS=TRUE
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment