Changeset 1628 for zzuf/trunk/configure.ac
- Timestamp:
- Jan 8, 2007, 10:48:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/configure.ac
r1626 r1628 23 23 [#include <signal.h>]) 24 24 AC_CHECK_TYPES(socklen_t, [], [], 25 [#include <sys/types.h>]) 25 [#include <sys/types.h> 26 #include <sys/socket.h>]) 26 27 27 28 AC_CHECK_FUNCS(getopt_long,
Note: See TracChangeset
for help on using the changeset viewer.