We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb9969 commit 173f513Copy full SHA for 173f513
build/ax_check_compile_flag.m4
@@ -34,12 +34,12 @@
34
# and this notice are preserved. This file is offered as-is, without any
35
# warranty.
36
37
-#serial 6
+#serial 7
38
39
AC_DEFUN([AX_CHECK_COMPILE_FLAG],
40
[AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
41
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, [
+AC_CACHE_CHECK([whether the _AC_LANG compiler accepts $1], CACHEVAR, [
43
ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
44
_AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
45
AC_COMPILE_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],
0 commit comments