changeset 928:dcd6d23d7a13

configure: check for presence of wchar.h and wctype.h
author Mikael Berthe <mikael@lilotux.net>
date Mon, 03 Jul 2006 21:17:49 +0200
parents ec1e14702d8a
children f4bf564893b5
files mcabber/configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/configure.ac	Mon Jul 03 19:02:08 2006 +0200
+++ b/mcabber/configure.ac	Mon Jul 03 21:17:49 2006 +0200
@@ -60,7 +60,7 @@
 AC_HEADER_STDC
 AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h \
                   stdlib.h string.h strings.h sys/socket.h sys/time.h \
-                  syslog.h termios.h unistd.h getopt.h])
+                  syslog.h termios.h unistd.h getopt.h wchar.h wctype.h])
 AC_CHECK_HEADERS([getopt.h], , AC_MSG_ERROR([Missing header file]))
 AC_VAR_TIMEZONE_EXTERNALS