diff options
author | Jeremy Allison <jra@samba.org> | 2000-12-07 06:23:01 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-12-07 06:23:01 +0000 |
commit | c31211167bc2b98f51f8f3cc70bb410250b427aa (patch) | |
tree | 3f744dd1ada7eef42c501a6a001fdda0d9303cbf /source3/include/config.h.in | |
parent | 607c384aa55fb61b02e72217938616feecc322ac (diff) | |
download | samba-c31211167bc2b98f51f8f3cc70bb410250b427aa.tar.gz samba-c31211167bc2b98f51f8f3cc70bb410250b427aa.tar.bz2 samba-c31211167bc2b98f51f8f3cc70bb410250b427aa.zip |
Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.c
Jeremy.
(This used to be commit da6ae57501e3cb971e82eac5bb05efcd9cf443ae)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index a9bc166139..98b4ef8b2b 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -925,6 +925,9 @@ /* Define if you have the <utmpx.h> header file. */ #undef HAVE_UTMPX_H +/* Define if you have the acl library (-lacl). */ +#undef HAVE_LIBACL + /* Define if you have the cups library (-lcups). */ #undef HAVE_LIBCUPS |