Changeset 1851 for libcaca/trunk/configure.ac
- Timestamp:
- Oct 28, 2007, 11:20:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r1829 r1851 76 76 [ --enable-doc build documentation (needs doxygen and LaTeX)]) 77 77 78 AC_CHECK_HEADERS(stdio.h stdarg.h signal.h sys/ioctl.h sys/time.h inttypes.h endian.h unistd.h arpa/inet.h netinet/in.h winsock2.h errno.h locale.h getopt.h dlfcn.h )78 AC_CHECK_HEADERS(stdio.h stdarg.h signal.h sys/ioctl.h sys/time.h inttypes.h endian.h unistd.h arpa/inet.h netinet/in.h winsock2.h errno.h locale.h getopt.h dlfcn.h termios.h) 79 79 AC_CHECK_FUNCS(signal ioctl vsnprintf getenv putenv strcasecmp htons) 80 80 AC_CHECK_FUNCS(usleep gettimeofday)
Note: See TracChangeset
for help on using the changeset viewer.