Changeset 861 for libcaca/trunk/configure.ac
- Timestamp:
- Apr 24, 2006, 10:45:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r859 r861 62 62 [ --enable-doc build documentation (needs doxygen and LaTeX)]) 63 63 64 AC_CHECK_HEADERS(stdio.h stdarg.h signal.h sys/ioctl.h sys/time.h inttypes.h endian.h unistd.h arpa/inet.h )64 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) 65 65 AC_CHECK_FUNCS(signal ioctl vsnprintf getenv putenv strcasecmp htons) 66 66 AC_CHECK_FUNCS(usleep gettimeofday)
Note: See TracChangeset
for help on using the changeset viewer.