diff options
Diffstat (limited to 'm4/nx-xtrans.m4')
-rw-r--r-- | m4/nx-xtrans.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/nx-xtrans.m4 b/m4/nx-xtrans.m4 index 1ac7b0e75..fb0b1f70e 100644 --- a/m4/nx-xtrans.m4 +++ b/m4/nx-xtrans.m4 @@ -166,3 +166,14 @@ AC_DEFUN([NX_XTRANS_SECURE_RPC_FLAGS], fi AC_MSG_RESULT($SECURE_RPC) ]) # NX_XTRANS_SECURE_RPC_FLAGS + +# the following originates from libxtrans/configure.ac + +# sticky bit +# +# if any system exists without sticky dir bits this +# needs to be redone with a real autoconf test + +sticky_bit_define="-DHAS_STICKY_DIR_BIT" + +AC_SUBST(sticky_bit_define) |