summaryrefslogtreecommitdiffstats
path: root/source/include/config.h.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-12-07 06:23:01 +0000
committerJeremy Allison <jra@samba.org>2000-12-07 06:23:01 +0000
commitda6ae57501e3cb971e82eac5bb05efcd9cf443ae (patch)
treee76f66e139ed91196c936e9a2798ccc71bee9012 /source/include/config.h.in
parente5defa412874661f5012fa03cba2d854748884c2 (diff)
downloadsamba-da6ae57501e3cb971e82eac5bb05efcd9cf443ae.tar.gz
samba-da6ae57501e3cb971e82eac5bb05efcd9cf443ae.tar.xz
samba-da6ae57501e3cb971e82eac5bb05efcd9cf443ae.zip
Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.c
Jeremy.
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r--source/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index a9bc166139e..98b4ef8b2ba 100644
--- a/source/include/config.h.in
+++ b/source/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