summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-07-11 17:23:38 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-07-11 17:26:49 +1000
commitf3f2cc8386868f51440c45210098f65f9787449a (patch)
tree48958a7bae719e91fa1a0bafaaaf0475e9ed322f /configure.ac
parentb9c50614eba9d90939b2b119b6e1b7e03b462278 (diff)
Check for wchar.h and langinfo.h
Wrap includes in the appropriate #ifdefs.
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 9da2b036..2bb5a63c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -381,6 +381,7 @@ AC_CHECK_HEADERS([ \
ia.h \
iaf.h \
inttypes.h \
+ langinfo.h \
limits.h \
locale.h \
login.h \
@@ -433,6 +434,7 @@ AC_CHECK_HEADERS([ \
utmp.h \
utmpx.h \
vis.h \
+ wchar.h \
])
# lastlog.h requires sys/time.h to be included first on Solaris