* m4/regex.m4 (gl_REGEX): Fix thinko that would have
prevented future glibc versions from passing the test.
# regex.m4
-# serial 79
+# serial 80
dnl Copyright (C) 1996-2001, 2003-2025 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
static void sigabrt_no_core (int sig) { raise (SIGTERM); }
#endif
- #if RE_SYNTAX_EMACS != (RE_CHAR_CLASSES | RE_INTERVALS)
+ #if !RE_SYNTAX_EMACS
# error "RE_SYNTAX_EMACS does not match Emacs behavior"
#endif
]],