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:
Assar Westerlund
2001-09-01 10:57:32 +00:00
parent 6a75849217
commit 6c1f11c1d6

View File

@@ -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