From e8d7485c8ca4588a317c8ae54bb775f0bfbca103 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 20 Feb 2023 17:43:46 +0100 Subject: ax_add_fortify_source: fix formatting --- m4/ax_add_fortify_source.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'm4') diff --git a/m4/ax_add_fortify_source.m4 b/m4/ax_add_fortify_source.m4 index 8d15b8f..c0b089c 100644 --- a/m4/ax_add_fortify_source.m4 +++ b/m4/ax_add_fortify_source.m4 @@ -10,8 +10,8 @@ # # Check whether -D_FORTIFY_SOURCE=2 can be added to CPPFLAGS without macro # redefinition warnings, other cpp warnings or linker. Some distributions -# (such as Ubuntu or Gentoo Linux) enable _FORTIFY_SOURCE globally in their -# compilers, leading to unnecessary warnings in the form of +# (such as Ubuntu or Gentoo Linux) enable _FORTIFY_SOURCE globally in +# their compilers, leading to unnecessary warnings in the form of # # :0:0: error: "_FORTIFY_SOURCE" redefined [-Werror] # : note: this is the location of the previous definition @@ -36,7 +36,7 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 5 +#serial 8 AC_DEFUN([AX_ADD_FORTIFY_SOURCE],[ ac_save_cflags=$CFLAGS -- cgit v1.2.1