No need to check for pselect() in tinc 1.1.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 21 Jun 2011 21:08:05 +0000 (23:08 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 21 Jun 2011 21:08:05 +0000 (23:08 +0200)
configure.in

index 0e12a36..22e5fb1 100644 (file)
@@ -127,7 +127,7 @@ AC_CHECK_TYPES([socklen_t, struct ether_header, struct arphdr, struct ether_arp,
 
 dnl Checks for library functions.
 AC_TYPE_SIGNAL
-AC_CHECK_FUNCS([asprintf daemon fchmod flock ftime fork get_current_dir_name gettimeofday mlockall pselect putenv random select strdup strerror strsignal strtol system time usleep unsetenv vsyslog writev],
+AC_CHECK_FUNCS([asprintf daemon fchmod flock ftime fork get_current_dir_name gettimeofday mlockall putenv random select strdup strerror strsignal strtol system time usleep unsetenv vsyslog writev],
   [], [], [#include "have.h"]
 )