diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-02-26 23:20:46 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-17 22:01:46 +0200 |
commit | b4124219afdf4c5bb5dc2e9584bbec8ab5c19758 (patch) | |
tree | 1fae2c1da88205d576e3478ce3f83e16b4b45d8e /m4 | |
parent | 3335f250350b892e231dfb3fbd1527a8db2898f3 (diff) | |
download | nx-libs-b4124219afdf4c5bb5dc2e9584bbec8ab5c19758.tar.gz nx-libs-b4124219afdf4c5bb5dc2e9584bbec8ab5c19758.tar.bz2 nx-libs-b4124219afdf4c5bb5dc2e9584bbec8ab5c19758.zip |
nx-xtrans.m4: reintroduce HAS_STICKY_DIR_BIT
Fixes ArcticaProject/nx-libs#781
Diffstat (limited to '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) |