From 668b65bd838daa6178ea72ce5f27056fba9a9e46 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 1 Aug 2008 18:27:59 +0000 Subject: Only check for socklen_t if network support is enabled. Originally committed as revision 14498 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 9eeca21dc9..8b5d8ac34f 100755 --- a/configure +++ b/configure @@ -1754,12 +1754,11 @@ fi texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html -check_type sys/socket.h socklen_t - ########################################## # Network check if enabled network; then + check_type sys/socket.h socklen_t # Prefer arpa/inet.h over winsock2 if check_header arpa/inet.h ; then check_func closesocket -- cgit v1.2.3