diff options
author | Måns Rullgård <mans@mansr.com> | 2009-02-28 19:56:21 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-02-28 19:56:21 +0000 |
commit | cd0d9a9de68f6407498f9eb9b452cbe74c403c9f (patch) | |
tree | 2bbff6b9cdf25f66371da897140f0e78d5c3bfc3 /configure | |
parent | 72702705415f639cadaaa2d30191eee2667e4a8e (diff) | |
download | ffmpeg-cd0d9a9de68f6407498f9eb9b452cbe74c403c9f.tar.gz |
configure: check_func_headers should mark headers as found
Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |