comparison mcabber/configure.ac @ 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 8a31dd49130d
children 5c1dfc8e54d7
comparison
equal deleted inserted replaced
927:ec1e14702d8a 928:dcd6d23d7a13
58 58
59 # Checks for header files. 59 # Checks for header files.
60 AC_HEADER_STDC 60 AC_HEADER_STDC
61 AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h \ 61 AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h \
62 stdlib.h string.h strings.h sys/socket.h sys/time.h \ 62 stdlib.h string.h strings.h sys/socket.h sys/time.h \
63 syslog.h termios.h unistd.h getopt.h]) 63 syslog.h termios.h unistd.h getopt.h wchar.h wctype.h])
64 AC_CHECK_HEADERS([getopt.h], , AC_MSG_ERROR([Missing header file])) 64 AC_CHECK_HEADERS([getopt.h], , AC_MSG_ERROR([Missing header file]))
65 AC_VAR_TIMEZONE_EXTERNALS 65 AC_VAR_TIMEZONE_EXTERNALS
66 66
67 # Checks for typedefs, structures, and compiler characteristics. 67 # Checks for typedefs, structures, and compiler characteristics.
68 AC_HEADER_STDBOOL 68 AC_HEADER_STDBOOL