summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-06 13:23:29 +0200
committerMichael Stahl <mstahl@redhat.com>2014-10-06 13:23:57 +0200
commit89a606b4649932bd811cfa789ff92bf3055032e7 (patch)
tree1384776bdd7e32192208839577bd00d7a1377439 /configure.ac
parent076cd220c28bf118f85bd0bfcd02dcec08847f3e (diff)
configure: another GCC version check that is always true
Change-Id: Iafbc0dadc1aba4267414e2c6653bf306e4d84f4c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6fca9079f922..35ed2b296443 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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