X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.in;h=6767a1328fd20f1aa7a8cb775db286350d113a0f;hb=f0c7394d9bdae7e980847003f2da6dcc3d2ad96c;hp=c912e34f7b50623c134040332d99a29d983c898e;hpb=e94f8e0fde55d54693e6886729627c544dc772a5;p=betaftpd diff --git a/configure.in b/configure.in index c912e34..6767a13 100644 --- a/configure.in +++ b/configure.in @@ -167,8 +167,7 @@ if test "$result" = "yes"; then fi if test "$result" = "no"; then - AC_CHECK_HEADER(linux/socket.h) - AC_CHECK_HEADER(linux/tcp.h) + AC_CHECK_HEADERS(linux/socket.h linux/tcp.h) fi AC_CHECK_HEADERS(sys/poll.h)