summaryrefslogtreecommitdiff
path: root/stepmake/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'stepmake/aclocal.m4')
-rw-r--r--stepmake/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4
index 42c65a58cd..b42851e57d 100644
--- a/stepmake/aclocal.m4
+++ b/stepmake/aclocal.m4
@@ -289,7 +289,7 @@ AC_DEFUN(STEPMAKE_CXXTEMPLATE, [
AC_DEFUN(STEPMAKE_GXXCODEGENBUG, [
AC_MSG_CHECKING([options for known g++ bugs])
case "$GXX:$CXX_VERSION" in
- yes:400600?)
+ yes:400600[[0-2]])
AC_MSG_RESULT([-fno-optimize-sibling-calls (tail call bug)])
CXXFLAGS="$CXXFLAGS -fno-optimize-sibling-calls"
;;