lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/replace...
[amitay/samba.git] / source3 / configure.in
index 70bdfc7b63033760f3c093d2141b5c9084f1dd52..0253e076dce5389e7b6928a07aacc329b8389207 100644 (file)
@@ -3568,6 +3568,8 @@ if test x"$with_ads_support" != x"no"; then
   if test x"$have_gssapi" != xyes ; then
        AC_MSG_WARN([Samba cannot be supported without GSSAPI])
        use_ads=no
+  else
+       AC_DEFINE(HAVE_LIBGSSAPI, , [Whether the platform has GSSAPI support])
   fi
 
   AC_CHECK_FUNC_EXT(krb5_set_real_time, $KRB5_LIBS)