summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-07 16:49:32 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-07 16:49:32 +0000
commitcf115a77d038dbd357cf476a6042f1bd5eb1e392 (patch)
tree0c314f29f3c22e669642d9412287e47ec8e47756 /source3/configure.in
parent4c172b5575600d05f7cb15e15d0d981f920697b5 (diff)
downloadsamba-cf115a77d038dbd357cf476a6042f1bd5eb1e392.tar.gz
samba-cf115a77d038dbd357cf476a6042f1bd5eb1e392.tar.bz2
samba-cf115a77d038dbd357cf476a6042f1bd5eb1e392.zip
added aclent_t autoconf test (defines as an int if it doesn't exist).
this is to stop a compilation error caused by make proto putting functions that are wrapped in #if HAVE_ACLxxx code. maybe a better fix would be to have mkproto.awk exclude any functions wrapped in #if HAVEs that don't exist. (This used to be commit 361c1b7ea994cc25d460ebd25b2ad9025f90848c)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 998479cadb..927b666854 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -85,6 +85,7 @@ AC_STRUCT_ST_RDEV
AC_DIRENT_D_OFF
AC_CHECK_TYPE(ino_t,unsigned)
AC_CHECK_TYPE(loff_t,off_t)
+AC_CHECK_TYPE(aclent_t, int)
AC_CHECK_TYPE(offset_t,loff_t)
AC_CHECK_TYPE(ssize_t, int)