diff options
author | Jeremy Allison <jra@samba.org> | 2001-08-10 20:48:25 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-08-10 20:48:25 +0000 |
commit | 16afd6d2bcb1aa2241919f0c7a6cc953cba8b2e6 (patch) | |
tree | bb18ec41d11594898eb725285587c0c179af5b51 /source3/configure | |
parent | 4b2016305b7c43c61198f25175531d149db5e989 (diff) | |
download | samba-16afd6d2bcb1aa2241919f0c7a6cc953cba8b2e6.tar.gz samba-16afd6d2bcb1aa2241919f0c7a6cc953cba8b2e6.tar.bz2 samba-16afd6d2bcb1aa2241919f0c7a6cc953cba8b2e6.zip |
Added Mike Davidsons Tru64 ACL patch.
Jeremy.
(This used to be commit 8c5e5f8c84cab4273ca28d6b5f543dd5d5b464fb)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/configure b/source3/configure index 201bfbcb89..3b6da1c086 100755 --- a/source3/configure +++ b/source3/configure @@ -944,7 +944,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -for ac_prog in mawk gawk nawk awk +for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -12349,9 +12349,9 @@ EOF ;; *osf*) - echo "$ac_t""Using Draft 13 Posix ACLs" 1>&6 + echo "$ac_t""Using Tru64 ACLs" 1>&6 cat >> confdefs.h <<\EOF -#define HAVE_DRAFT13_POSIX_ACLS 1 +#define HAVE_TRU64_ACLS 1 EOF LIBS="$LIBS -lpacl" |