]> git.lyx.org Git - lyx.git/commitdiff
Fixup 22f599250e9: missing wildcard
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 4 Jan 2021 16:58:11 +0000 (17:58 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 4 Jan 2021 17:00:16 +0000 (18:00 +0100)
Now all the old gcc 4.x versions (x < 9) are correctly tagged as
obsolete.

config/lyxinclude.m4

index 6053a573a1a25817fb13a19405c73f7e6cbbba14..4fb2a8d44ea0d4107d99dedfe692c45d1313acc5 100644 (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