mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fixup 22f599250e
: missing wildcard
Now all the old gcc 4.x versions (x < 9) are correctly tagged as obsolete.
This commit is contained in:
parent
ac6b27040a
commit
69eb262721
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user