Revision 300cde27
configure | ||
---|---|---|
709 | 709 |
headers="$1" |
710 | 710 |
func="$2" |
711 | 711 |
shift 2 |
712 |
temp_extralibs "$@" |
|
713 |
check_func_headers "$headers" $func && add_extralibs "$@" |
|
714 |
err=$? |
|
715 |
restore_flags |
|
716 |
return $err |
|
712 |
check_func_headers "$headers" $func "$@" && add_extralibs "$@" |
|
717 | 713 |
} |
718 | 714 |
|
719 | 715 |
check_exec(){ |
Also available in: Unified diff