summaryrefslogtreecommitdiff
path: root/source3/configure
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 08:12:04 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 08:12:04 +0000
commit853f923c318fb8f199a0c951492c6c0ba6b4ae3f (patch)
treee798828849d23b05a64905e6bd826c458bd1635d /source3/configure
parent7914f66ef07e186af5e9c3339caf5cabf7aadb6f (diff)
downloadsamba-853f923c318fb8f199a0c951492c6c0ba6b4ae3f.tar.gz
samba-853f923c318fb8f199a0c951492c6c0ba6b4ae3f.tar.bz2
samba-853f923c318fb8f199a0c951492c6c0ba6b4ae3f.zip
detect __sys_llseek()
(This used to be commit 2a25034b033d207b5ce50946f3d9c9fad2c3a153)
Diffstat (limited to 'source3/configure')
-rwxr-xr-xsource3/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure
index a64e327245..7bd14618fb 100755
--- a/source3/configure
+++ b/source3/configure
@@ -1900,7 +1900,7 @@ else
fi
done
-for ac_hdr in readline/history.h sys/capability.h sysacll.h sys/syscall.h
+for ac_hdr in readline/history.h sys/capability.h syscall.h sys/syscall.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -4553,7 +4553,7 @@ else
fi
done
-for ac_func in llseek _llseek __llseek readdir64 _readdir64 __readdir64
+for ac_func in __sys_llseek llseek _llseek __llseek readdir64 _readdir64 __readdir64
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:4560: checking for $ac_func" >&5