comparison configure.in @ 614:a3e32af35b30

[gaim-migrate @ 624] catch sigsegv :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 Aug 2000 02:26:39 +0000
parents eaab8abda2c0
children 2c0a7d245bd2
comparison
equal deleted inserted replaced
613:7800445cc561 614:a3e32af35b30
15 15
16 16
17 dnl Checks for header files. 17 dnl Checks for header files.
18 AC_HEADER_STDC 18 AC_HEADER_STDC
19 AC_HEADER_SYS_WAIT 19 AC_HEADER_SYS_WAIT
20 AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h locale.h) 20 AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h locale.h signal.h)
21 AC_CHECK_HEADERS(pthread.h,,AC_MSG_ERROR([*** POSIX thread support not found ***])) 21 AC_CHECK_HEADERS(pthread.h,,AC_MSG_ERROR([*** POSIX thread support not found ***]))
22 22
23 dnl Checks for typedefs, structures, and compiler characteristics. 23 dnl Checks for typedefs, structures, and compiler characteristics.
24 AC_C_CONST 24 AC_C_CONST
25 AC_STRUCT_TM 25 AC_STRUCT_TM