Skip to content

Commit 173f513

Browse files
authored
Update AX_CHECK_COMPILE_FLAG to serial 7 (#14217)
This syncs the file with upstream: https://github.com/autoconf-archive/autoconf-archive/blob/master/m4/ax_check_compile_flag.m4
1 parent 8eb9969 commit 173f513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ax_check_compile_flag.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
# and this notice are preserved. This file is offered as-is, without any
3535
# warranty.
3636

37-
#serial 6
37+
#serial 7
3838

3939
AC_DEFUN([AX_CHECK_COMPILE_FLAG],
4040
[AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
4141
AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
42-
AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
42+
AC_CACHE_CHECK([whether the _AC_LANG compiler accepts $1], CACHEVAR, [
4343
ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
4444
_AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
4545
AC_COMPILE_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],

0 commit comments

Comments
 (0)