From: Måns Rullgård Date: Wed, 30 Jun 2010 10:38:01 +0000 (+0000) Subject: Check for fcntl() X-Git-Tag: v0.7b1~3489 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=534a2231f69638c3fdd998853ba4158ed79322a8;p=platform%2Fupstream%2Flibav.git Check for fcntl() Originally committed as revision 23902 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 60775b5..392e0df 100755 --- a/configure +++ b/configure @@ -981,6 +981,7 @@ HAVE_LIST=" fast_clz fast_cmov fast_unaligned + fcntl fork getaddrinfo gethrtime @@ -2432,6 +2433,7 @@ fi # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; } +check_func fcntl check_func fork check_func getaddrinfo $network_extralibs check_func gethrtime