aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2007-03-23 22:01:37 +0000
committerFrançois Revol <revol@free.fr>2007-03-23 22:01:37 +0000
commitc9fdab0dabdf82546ff01f4903f15a615c5e25ca (patch)
tree5f0f40b93f459b2be1ee31995f9215d61e83fc5f /configure
parent56cc42664a23bc15c1d581a5ad30098ac188369e (diff)
downloadffmpeg-c9fdab0dabdf82546ff01f4903f15a615c5e25ca.tar.gz
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed.
Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 7d9d03b8be..39a570bd22 100755
--- a/configure
+++ b/configure
@@ -590,6 +590,7 @@ HAVE_LIST="
altivec_h
armv5te
armv6
+ arpa_inet_h
byteswap_h
cmov
dcbzl
@@ -1509,6 +1510,8 @@ fi
check_header byteswap.h
+check_header arpa/inet.h
+
check_func inet_aton
check_func localtime_r
enabled zlib && check_lib zlib.h zlibVersion -lz || zlib="no"