summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-11-19 02:49:15 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-11-19 02:50:59 -0800
commit575bdb1bc65d0aa73df127ec1bf70ab6ec3db174 (patch)
tree8d0cb596c9c2654f2c0d6055978b17ec6f4e6116 /configure.ac
parent928af46ede5d5bd3b564466042531d57b0e506bf (diff)
downloadgrep-575bdb1bc65d0aa73df127ec1bf70ab6ec3db174.tar.gz
grep: simplify by using PRIuMAX
* configure.ac (HAVE_PRINTF_C99_SIZES): Remove; no longer needed. * src/grep.c (print_offset): Simplify (Bug#24451).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 0dd4d849..8a20317e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,12 +206,6 @@ fi
gl_FUNC_PCRE
-gl_PRINTF_SIZES_C99
-if test "$gl_cv_func_printf_sizes_c99" = yes; then
- AC_DEFINE([HAVE_PRINTF_C99_SIZES], [1],
- [Define to 1 if printf formats %j, %z, %t and %L work.])
-fi
-
case $host_os in
mingw*) suffix=w32 ;;
*) suffix=posix ;;