When testing whether the Heimdal library has krb5_kt_resolve (and
authorGuy Harris <guy@alum.mit.edu>
Wed, 29 Sep 2004 09:58:22 +0000 (09:58 -0000)
committerGuy Harris <guy@alum.mit.edu>
Wed, 29 Sep 2004 09:58:22 +0000 (09:58 -0000)
commit649ecd7e8cf3875799d732f4d97829ee98c23d36
treeb71c280ba7b5450c5dfca3ce3d60c294b1712f10
parentadb216f19b62f7b9d41562ec176992d8244afd79
When testing whether the Heimdal library has krb5_kt_resolve (and
whether it requires -lresolv), restore LIBS after we're done regardless
of whether we found it or not - we use KRB5_LIBS in the Makefiles,
rather than adding the Kerberos libraries to LIBS directly.

svn path=/trunk/; revision=12134
acinclude.m4