Whamcloud - gitweb
LU-11975 test: fix for llog test 10h
[fs/lustre-release.git] / config / lustre-build.m4
index ae95aec..9110b4d 100644 (file)
@@ -534,6 +534,10 @@ if test x$enable_gss_keyring = xyes ; then
 fi
 if test x$enable_gss = xyes ; then
        RPMBINARGS="$RPMBINARGS --with gss"
+       AC_SUBST(ENABLE_GSS, yes)
+elif test x$enable_gss = xno ; then
+       RPMBINARGS="$RPMBINARGS --without gss"
+       AC_SUBST(ENABLE_GSS, no)
 fi
 if test x$enable_iokit != xyes ; then
        RPMBINARGS="$RPMBINARGS --without lustre_iokit"
@@ -569,6 +573,7 @@ LB_CANONICAL_SYSTEM
 LB_CONFIG_DIST
 
 LB_DOWNSTREAM_RELEASE
+LB_USES_DPKG
 
 LB_LIBCFS_DIR
 
@@ -592,7 +597,6 @@ LB_CONFIG_SERVERS
 # Tests depends from utils (multiop from liblustreapi)
 AS_IF([test "x$enable_utils" = xno], [enable_tests="no"])
 
-m4_ifdef([LC_NODEMAP_PROC_DEBUG], [LC_NODEMAP_PROC_DEBUG])
 LIBCFS_CONFIG_CDEBUG
 LC_QUOTA