diff options
author | Tim Potter <tpot@samba.org> | 2003-06-25 01:33:27 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-06-25 01:33:27 +0000 |
commit | 1bc691069b3e4ee9d772c3ed75564c49fe4c820f (patch) | |
tree | 4f002ced2a6b17f2069e7397bae81b3faaa3e311 /source3/configure.in | |
parent | 911fbd5cdbb9653d2ddc34c02e8229f4dcff7628 (diff) | |
download | samba-1bc691069b3e4ee9d772c3ed75564c49fe4c820f.tar.gz samba-1bc691069b3e4ee9d772c3ed75564c49fe4c820f.tar.bz2 samba-1bc691069b3e4ee9d772c3ed75564c49fe4c820f.zip |
Don't trash the values of CFLAGS and LIBS while engaged in Kerberos
detection. On Solaris 9 extra libraries -lber and -lresolv are
required for Kerberos tests. We used to have an extra check for
-lresolv only but I think the correct solution is not to forget about it
in the first place.
This should fix bug #125 although I don't have access to a
system to test it out on.
(This used to be commit 4ddfab4a572782cd83588eff4fbb599f6c4e770c)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index 03561012be..0578baa22f 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2116,8 +2116,6 @@ if test x"$with_ads_support" != x"no"; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" - CFLAGS="" - LIBS="" ################################################# # check for krb5-config from recent MIT and Heimdal kerberos 5 |