# HG changeset patch # User Mikael Berthe # Date 1151954269 -7200 # Node ID dcd6d23d7a13868d27ef1f76b3a108f217b1d1b1 # Parent ec1e14702d8a8e6525d755bed3b4e1fffc6c28cc configure: check for presence of wchar.h and wctype.h diff -r ec1e14702d8a -r dcd6d23d7a13 mcabber/configure.ac --- 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