X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.in;h=0e12a365918ab1071a7e70e1909b5cb4b1025af9;hb=532557beeaa60d96ac423248ff62d2cc03205c22;hp=031f50605328129056d688a6f03148d3282881db;hpb=25b467638a23ad03524719329027225ae1da75bc;p=tinc diff --git a/configure.in b/configure.in index 031f5060..0e12a365 100644 --- a/configure.in +++ b/configure.in @@ -126,9 +126,8 @@ AC_CHECK_TYPES([socklen_t, struct ether_header, struct arphdr, struct ether_arp, ) dnl Checks for library functions. -AC_FUNC_MEMCMP AC_TYPE_SIGNAL -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], +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], [], [], [#include "have.h"] )