summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 13:40:17 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 13:40:17 -0700
commitfc788dc35532ebff44b5828f686b42e0deeec52c (patch)
tree42a4fb1c0973c627cfca5b0ad757bc17c89874cb /configure.ac
parentb9860eeb000018a83233cec14ff0db8687a146b5 (diff)
Convert old #ifdefs for HAS_WTYPE_H & HAS_WCHAR_H to autoconf checks
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 70f7852..2d6d100 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,8 @@ XORG_MACROS_VERSION(1.1)
AC_PROG_CC
AC_PROG_INSTALL
+AC_CHECK_HEADERS_ONCE([wchar.h wctype.h])
+
# Checks for pkg-config packages
PKG_CHECK_MODULES(XPROP, xmuu x11)
AC_SUBST(XPROP_CFLAGS)