From b4124219afdf4c5bb5dc2e9584bbec8ab5c19758 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Tue, 26 Feb 2019 23:20:46 +0100 Subject: nx-xtrans.m4: reintroduce HAS_STICKY_DIR_BIT Fixes ArcticaProject/nx-libs#781 --- m4/nx-xtrans.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) 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) -- cgit v1.2.3