[FFmpeg-cvslog] r17668 - trunk/configure
mru
subversion
Sat Feb 28 20:56:21 CET 2009
Author: mru
Date: Sat Feb 28 20:56:21 2009
New Revision: 17668
Log:
configure: check_func_headers should mark headers as found
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Feb 28 20:56:19 2009 (r17667)
+++ trunk/configure Sat Feb 28 20:56:21 2009 (r17668)
@@ -602,7 +602,7 @@ check_func_headers(){
incs="$incs
#include <$hdr>"
done
- check_ld "$@" <<EOF && enable $func
+ check_ld "$@" <<EOF && enable $func && enable_safe $headers
$incs
int main(int argc, char **argv){
(void) $func;
More information about the ffmpeg-cvslog
mailing list