diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 632136c..7640124 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,9 @@ AC_DEFINE([GNULIB_MBRTOC32_REGULAR], [1], [Do not worry about rare encodings like CP864, EBCDIC, Johab, and Shift JIS that glibc does not support.]) +AC_DEFINE([REQUIRE_GNUISH_STRFTIME_AM_PM], [0], + [Do not worry about GNU strftime behavior for AM and PM indicators.]) + AC_C_INLINE AC_CHECK_MEMBERS([struct stat.st_rdev]) |