summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTom Prince2009-05-15 04:43:02 +0200
committerKarel Zak2009-05-19 14:25:43 +0200
commita88057d9a329c11a5d4eaf7e15ce25b09be800e5 (patch)
treecf4cc9d1885a40c33021b9ae6a600b0427236970 /configure.ac
parentblkid: cleanup debug messages and return codes in blkid_do_probe() (diff)
downloadkernel-qcow2-util-linux-a88057d9a329c11a5d4eaf7e15ce25b09be800e5.tar.gz
kernel-qcow2-util-linux-a88057d9a329c11a5d4eaf7e15ce25b09be800e5.tar.xz
kernel-qcow2-util-linux-a88057d9a329c11a5d4eaf7e15ce25b09be800e5.zip
cal: uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY.
Signed-off-by: Tom Prince <cougar@hermes>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1abf688f6..af946a15f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,6 +105,8 @@ AC_CHECK_HEADERS([linux/raw.h],
[AM_CONDITIONAL([HAVE_RAW], [true])],
[AM_CONDITIONAL([HAVE_RAW], [false])])
+AC_CHECK_DECLS([_NL_TIME_WEEK_1STDAY],[],[],[[#include <langinfo.h>]])
+
AC_CHECK_FUNCS(
[inet_aton \
fsync \