Don't trash the values of CFLAGS and LIBS while engaged in Kerberos
authorTim Potter <tpot@samba.org>
Wed, 25 Jun 2003 01:33:27 +0000 (01:33 +0000)
committerTim Potter <tpot@samba.org>
Wed, 25 Jun 2003 01:33:27 +0000 (01:33 +0000)
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

index 03561012be627a3f3baf79314da12027d3f8ccab..0578baa22f1a046a235741826405e2d04ecef12d 100644 (file)
@@ -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