Fixup 22f599250e: missing wildcard

Now all the old gcc 4.x versions (x < 9) are correctly tagged as
obsolete.
This commit is contained in:
Jean-Marc Lasgouttes 2021-01-04 17:58:11 +01:00
parent ac6b27040a
commit 69eb262721

View File

@ -386,7 +386,7 @@ if test x$GXX = xyes; then
AC_LANG_POP(C++)
fi
case $gxx_version in
2.*|3.*|4.@<:@0-8@:>@) AC_MSG_ERROR([gcc >= 4.9 is required]);;
2.*|3.*|4.@<:@0-8@:>@*) AC_MSG_ERROR([gcc >= 4.9 is required]);;
esac
if test x$enable_stdlib_debug = xyes ; then
dnl FIXME: for clang/libc++, one should define _LIBCPP_DEBUG2=0