Skip to content

Commit b412421

Browse files
uli42sunweaver
authored andcommitted
nx-xtrans.m4: reintroduce HAS_STICKY_DIR_BIT
Fixes ArcticaProject#781
1 parent 3335f25 commit b412421

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

m4/nx-xtrans.m4

+11
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,14 @@ AC_DEFUN([NX_XTRANS_SECURE_RPC_FLAGS],
166166
fi
167167
AC_MSG_RESULT($SECURE_RPC)
168168
]) # NX_XTRANS_SECURE_RPC_FLAGS
169+
170+
# the following originates from libxtrans/configure.ac
171+
172+
# sticky bit
173+
#
174+
# if any system exists without sticky dir bits this
175+
# needs to be redone with a real autoconf test
176+
177+
sticky_bit_define="-DHAS_STICKY_DIR_BIT"
178+
179+
AC_SUBST(sticky_bit_define)

0 commit comments

Comments
 (0)