summaryrefslogtreecommitdiffstats
path: root/gl/m4/inttypes.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gl/m4/inttypes.m4')
-rw-r--r--gl/m4/inttypes.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/m4/inttypes.m4 b/gl/m4/inttypes.m4
index 64b1de5..df25a21 100644
--- a/gl/m4/inttypes.m4
+++ b/gl/m4/inttypes.m4
@@ -1,5 +1,5 @@
1# inttypes.m4 serial 35 1# inttypes.m4 serial 36
2dnl Copyright (C) 2006-2021 Free Software Foundation, Inc. 2dnl Copyright (C) 2006-2022 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved. 5dnl with or without modifications, as long as this notice is preserved.
@@ -36,7 +36,7 @@ AC_DEFUN_ONCE([gl_INTTYPES_INCOMPLETE],
36AC_DEFUN([gl_INTTYPES_PRI_SCN], 36AC_DEFUN([gl_INTTYPES_PRI_SCN],
37[ 37[
38 PRIPTR_PREFIX= 38 PRIPTR_PREFIX=
39 if test -n "$STDINT_H"; then 39 if $GL_GENERATE_STDINT_H; then
40 dnl Using the gnulib <stdint.h>. It defines intptr_t to 'long' or 40 dnl Using the gnulib <stdint.h>. It defines intptr_t to 'long' or
41 dnl 'long long', depending on _WIN64. 41 dnl 'long long', depending on _WIN64.
42 AC_COMPILE_IFELSE( 42 AC_COMPILE_IFELSE(