From 94cbb908771e137844f57af65244bc6afeb5e09c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 23 Oct 2015 14:27:12 +0200 Subject: [PATCH] env/autoconf_cache: ac_cv_strftime_extensions is supported in glibc and musl. --- common/environment/configure/autoconf_cache/common-linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/environment/configure/autoconf_cache/common-linux b/common/environment/configure/autoconf_cache/common-linux index 8fe91d9d81..4c27d3549d 100644 --- a/common/environment/configure/autoconf_cache/common-linux +++ b/common/environment/configure/autoconf_cache/common-linux @@ -160,3 +160,6 @@ ac_cv_so_sndtimeo_works=yes # libtar compat_cv_func_makedev_three_args=no + +# exo +ac_cv_strftime_extensions=yes