Commit b4124219 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nx-xtrans.m4: reintroduce HAS_STICKY_DIR_BIT

Fixes ArcticaProject/nx-libs#781
parent 3335f250
...@@ -166,3 +166,14 @@ AC_DEFUN([NX_XTRANS_SECURE_RPC_FLAGS], ...@@ -166,3 +166,14 @@ AC_DEFUN([NX_XTRANS_SECURE_RPC_FLAGS],
fi fi
AC_MSG_RESULT($SECURE_RPC) AC_MSG_RESULT($SECURE_RPC)
]) # NX_XTRANS_SECURE_RPC_FLAGS ]) # 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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment