summaryrefslogtreecommitdiff
path: root/m4/ax_check_strftime.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ax_check_strftime.m4')
-rw-r--r--m4/ax_check_strftime.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/ax_check_strftime.m4 b/m4/ax_check_strftime.m4
index fdf2186..5e7cf33 100644
--- a/m4/ax_check_strftime.m4
+++ b/m4/ax_check_strftime.m4
@@ -19,13 +19,14 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 7
+#serial 8
AU_ALIAS([AG_CHECK_STRFTIME], [AX_CHECK_STRFTIME])
AC_DEFUN([AX_CHECK_STRFTIME],[
AC_MSG_CHECKING([whether strftime() works])
AC_CACHE_VAL([ax_cv_strftime],[
AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <time.h>
+#include <string.h>
char t_buf[ 64 ];
int main() {
static const char z[] = "Thursday Aug 28 240";