summaryrefslogtreecommitdiff
path: root/m4/gnu-source.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/gnu-source.m4')
-rw-r--r--m4/gnu-source.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gnu-source.m4 b/m4/gnu-source.m4
index 4eab53448..d2f490b0d 100644
--- a/m4/gnu-source.m4
+++ b/m4/gnu-source.m4
@@ -1,11 +1,11 @@
-#serial 2
+#serial 3
# Make sure _GNU_SOURCE is defined where necessary: as early as possible
# for configure-time tests, as well as for every source file that includes
# config.h.
# From Jim Meyering.
-AC_DEFUN(AC__GNU_SOURCE,
+AC_DEFUN([AC__GNU_SOURCE],
[
# Make sure that _GNU_SOURCE is defined for all subsequent
# configure-time compile tests.