From 1bc691069b3e4ee9d772c3ed75564c49fe4c820f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 25 Jun 2003 01:33:27 +0000 Subject: 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) --- source3/configure.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/configure.in') 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 -- cgit