From 6379900c533d1e556d484e57166873f3ab2505f5 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 13 Jul 2011 09:30:06 +0200 Subject: Add a check for strptime(). It's an XSI extension, not available on some supported systems. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 02bcd0989c..596b6039e3 100755 --- a/configure +++ b/configure @@ -1105,6 +1105,7 @@ HAVE_LIST=" poll_h setrlimit strerror_r + strptime strtok_r struct_addrinfo struct_ipv6_mreq @@ -2775,6 +2776,7 @@ check_func mmap check_func ${malloc_prefix}posix_memalign && enable posix_memalign check_func setrlimit check_func strerror_r +check_func strptime check_func strtok_r check_func_headers io.h setmode check_func_headers lzo/lzo1x.h lzo1x_999_compress -- cgit v1.2.3