summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRafał Mużyło <galtgendo@o2.pl>2011-08-03 16:42:45 +0200
committerMatt Turner <mattst88@gmail.com>2011-08-03 17:15:28 -0400
commitd651581036e9ee0048c6c25b37fb0f7b9e87789b (patch)
tree0166f2844325c23edf483ca9e81e3a3cc5a25fd3 /configure.ac
parent4fac21fc5d3a4792f9c4b27abd9cbd07ec264909 (diff)
fix iswspace detection
Signed-off-by: Rafał Mużyło <galtgendo@o2.pl> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f70e53f..ac67a22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ PKG_PROG_PKG_CONFIG
# Checks for header files.
PKG_CHECK_MODULES(X11, [x11 xt xmu])
AC_CHECK_HEADERS([wctype.h wchar.h widec.h])
+AC_CHECK_FUNCS([iswspace])
AC_CONFIG_FILES([Makefile
include/Makefile