[LyX/master] Fixup 22f599250e9: missing wildcard

Jean-Marc Lasgouttes lasgouttes at lyx.org
Mon Jan 4 17:00:25 UTC 2021


commit 69eb262721b4454fe7af683adca502451098f7fb
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Mon Jan 4 17:58:11 2021 +0100

    Fixup 22f599250e9: missing wildcard
    
    Now all the old gcc 4.x versions (x < 9) are correctly tagged as
    obsolete.
---
 config/lyxinclude.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4
index 6053a57..4fb2a8d 100644
--- a/config/lyxinclude.m4
+++ b/config/lyxinclude.m4
@@ -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


More information about the lyx-cvs mailing list