diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-07 17:45:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-07 17:45:56 (GMT) |
commit | 19ff44643f86919dfa5827035ff746b755906042 (patch) | |
tree | 64206c15b5d803b5b7fa0a8d27cbd7f2d357bdcd /configure.in | |
parent | 08c82b8086d2edae9937aabb0945e4f08eec447a (diff) | |
download | cpython-19ff44643f86919dfa5827035ff746b755906042.zip cpython-19ff44643f86919dfa5827035ff746b755906042.tar.gz cpython-19ff44643f86919dfa5827035ff746b755906042.tar.bz2 |
Check for wctype.h.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 80c4e54..4f4f03a 100644 --- a/configure.in +++ b/configure.in @@ -618,7 +618,7 @@ libintl.h locale.h ncurses.h poll.h pthread.h \ signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \ sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h \ sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \ -sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \ +sys/un.h sys/utsname.h sys/wait.h pty.h term.h wctype.h libutil.h \ sys/resource.h netpacket/packet.h) AC_HEADER_DIRENT |