Russ,

Russ Allbery <[EMAIL PROTECTED]> writes:

> The slightly more robust cheat is to change anything like:
>
>     AC_SEARCH_LIBS([res_search], [resolv])
>
> in configure.in or wherever to:
>
>     AC_SEARCH_LIBS([res_search], [resolv], ,
>         [AC_SEARCH_LIBS([__res_search], [resolv])])

I could do this..  But.. Is there any reason we need to do this at
all?  Where does the code even _use_ res_search?  Maybe KenH can pipe
up here about why he's searching for res_search in the configure
script?  Is there some API that's needed on some platforms that's
shipped with res_search?

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to