summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-26 23:37:14 +0200
committerVolker Lendecke <vl@samba.org>2009-05-26 23:38:22 +0200
commit3ada1a19ab1309b0435ee84844b433b06ead0196 (patch)
tree8b282796d82e3945febb0effb364323154047fbf /source3/configure.in
parentdd0506d15ddb01b8f6e7b6be604a3445b73db434 (diff)
downloadsamba-3ada1a19ab1309b0435ee84844b433b06ead0196.tar.gz
samba-3ada1a19ab1309b0435ee84844b433b06ead0196.tar.bz2
samba-3ada1a19ab1309b0435ee84844b433b06ead0196.zip
Attempt to fix the build on HP/UX
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 44374b989c..f980911666 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2778,6 +2778,8 @@ if test x"$samba_cv_HAVE_STAT_ST_BLOCKS" = x"yes"; then
AC_DEFINE(HAVE_STAT_ST_BLOCKS,1,[Whether the stat struct has a st_block property])
fi
+AC_CHECK_TYPES([blksize_t, blkcnt_t], [], [], [[#include <sys/stat.h>]])
+
AC_CACHE_CHECK([for st_blksize in struct stat],samba_cv_HAVE_STAT_ST_BLKSIZE,[
AC_TRY_COMPILE([#include <sys/types.h>
#include <sys/stat.h>