projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7270270
)
configure: check_func_headers should mark headers as found
author
Måns Rullgård
<mans@mansr.com>
Sat, 28 Feb 2009 19:56:21 +0000
(19:56 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sat, 28 Feb 2009 19:56:21 +0000
(19:56 +0000)
Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 3f7b4cdacd6b879bc19eb84267578983ab2a2a91..813a333fa32480463205471570ebda1b7ccad5d9 100755
(executable)
--- 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;