ignore "no" as a library - another special case to make it easy to
send the result from this macro into another invocation git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10618 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -16,6 +16,7 @@ if eval "test \"\$ac_cv_func_$1\" != yes" ; then
|
|||||||
case "$ac_lib" in
|
case "$ac_lib" in
|
||||||
"") ;;
|
"") ;;
|
||||||
yes) ac_lib="" ;;
|
yes) ac_lib="" ;;
|
||||||
|
no) continue ;;
|
||||||
-l*) ;;
|
-l*) ;;
|
||||||
*) ac_lib="-l$ac_lib" ;;
|
*) ac_lib="-l$ac_lib" ;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user