summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-09 06:55:25 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-09 06:55:25 +0000
commit2a3c994a96dc96f379c4cffbcc3ca314c3d6d292 (patch)
tree83841219138e7c177ffc04afa319d94c0bb73865 /source/configure.in
parente13089b040d5df4e611a120ec7fce20757dc196a (diff)
downloadsamba-2a3c994a96dc96f379c4cffbcc3ca314c3d6d292.tar.gz
samba-2a3c994a96dc96f379c4cffbcc3ca314c3d6d292.tar.xz
samba-2a3c994a96dc96f379c4cffbcc3ca314c3d6d292.zip
the Linux F_GETLEASE value has changed
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 2738255b13c..741010f3b9e 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -709,7 +709,7 @@ AC_TRY_RUN([
#include <sys/types.h>
#include <fcntl.h>
#ifndef F_GETLEASE
-#define F_GETLEASE 13
+#define F_GETLEASE 1025
#endif
main() {
int fd = open("/dev/null", O_RDONLY);