summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2023-02-20 17:43:46 +0100
committerPeter Simons <simons@cryp.to>2023-02-20 17:47:16 +0100
commite8d7485c8ca4588a317c8ae54bb775f0bfbca103 (patch)
tree3e1aede01a268bf74ca17c1a91b163a8f5229678
parent5453f615d931ceadf55695052e6e2a85b9e908e7 (diff)
downloadautoconf-archive-e8d7485c8ca4588a317c8ae54bb775f0bfbca103.tar.gz
ax_add_fortify_source: fix formatting
-rw-r--r--m4/ax_add_fortify_source.m46
1 files changed, 3 insertions, 3 deletions
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
#
# <command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]
# <built-in>: 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