s3: ADS support is needed for dns updates
authorVolker Lendecke <vl@samba.org>
Sat, 14 Jan 2012 12:47:08 +0000 (13:47 +0100)
committerVolker Lendecke <vlendec@samba.org>
Sat, 14 Jan 2012 14:32:13 +0000 (15:32 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Jan 14 15:32:15 CET 2012 on sn-devel-104

source3/configure.in

index 61ae56729dc1edec343c0f83ad2d85d90fd3a617..3102ad0f41065691156d56152e4fa30bb26ac846 100644 (file)
@@ -4575,7 +4575,7 @@ if test x"$with_dnsupdate_support" != x"no"; then
 
   ################################################################
   # first test for AD / GSSAPI support being enabled
-       if test x"$have_gssapi" != xyes ; then
+       if test x"$have_gssapi" != xyes -o x"$use_ads" != xyes ; then
                if test x"$with_dnsupdate_support" = x"yes" ; then
                        AC_MSG_ERROR(DNS Updates support only possible with AD and GSSAPI support)
                else