summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-02-28 19:56:21 +0000
committerMåns Rullgård <mans@mansr.com>2009-02-28 19:56:21 +0000
commitcd0d9a9de68f6407498f9eb9b452cbe74c403c9f (patch)
tree2bbff6b9cdf25f66371da897140f0e78d5c3bfc3
parent72702705415f639cadaaa2d30191eee2667e4a8e (diff)
configure: check_func_headers should mark headers as found
Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3f7b4cdacd..813a333fa3 100755
--- a/configure
+++ b/configure
@@ -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;