| 162 AC_SUBST(PURPLE_LIBS) |
161 AC_SUBST(PURPLE_LIBS) |
| 163 AC_SUBST(PIDGIN_LIBS) |
162 AC_SUBST(PIDGIN_LIBS) |
| 164 AC_SUBST(FINCH_LIBS) |
163 AC_SUBST(FINCH_LIBS) |
| 165 |
164 |
| 166 dnl Checks for header files. |
165 dnl Checks for header files. |
| 167 AC_HEADER_STDC |
|
| 168 AC_HEADER_SYS_WAIT |
166 AC_HEADER_SYS_WAIT |
| 169 AC_CHECK_HEADERS(fcntl.h unistd.h locale.h stdint.h) |
167 AC_CHECK_HEADERS(fcntl.h unistd.h stdint.h) |
| 170 |
168 |
| 171 dnl Checks for typedefs, structures, and compiler characteristics. |
169 dnl Checks for typedefs, structures, and compiler characteristics. |
| 172 AC_CHECK_SIZEOF(time_t, ,[ |
170 AC_CHECK_SIZEOF(time_t, ,[ |
| 173 #include <stdio.h> |
171 #include <stdio.h> |
| 174 #include <time.h>]) |
172 #include <time.h>]) |