diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 09:01:49 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 09:01:49 +0000 |
commit | a6c2a568c1be2d2b945aae8fefb1eb0cc51e2e3b (patch) | |
tree | 07dac5beb5b7c5d89d14e578a0fb37387b9472dc /source3/configure | |
parent | 61d8534d7cd274d521ee211ac927096a465a0551 (diff) | |
download | samba-a6c2a568c1be2d2b945aae8fefb1eb0cc51e2e3b.tar.gz samba-a6c2a568c1be2d2b945aae8fefb1eb0cc51e2e3b.tar.bz2 samba-a6c2a568c1be2d2b945aae8fefb1eb0cc51e2e3b.zip |
test for creat64()
(This used to be commit 8aa6c16eeb96d6a66a2946f5048126f175f9f609)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure index 8f2c421b01..61112d2d59 100755 --- a/source3/configure +++ b/source3/configure @@ -4666,7 +4666,7 @@ else fi done -for ac_func in open64 _open64 __open64 +for ac_func in open64 _open64 __open64 creat64 do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4673: checking for $ac_func" >&5 |