summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian2002-10-23 20:59:03 +0000
committerBruce Momjian2002-10-23 20:59:03 +0000
commitc9984ab79d000849328cd7a767532a0fd9c844ea (patch)
treeaf0f0cfc676dfd7cbce91cad3325d07682a6074d /configure
parentdc4d18e0567eee4af09a1d146a92fd7b59c353a2 (diff)
Add comments on bsd/os handling.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index d4b1134f3ac..70e18ea7d5a 100755
--- a/configure
+++ b/configure
@@ -11471,9 +11471,12 @@ fi
done
+# BSD/OS has a custom fseeko/ftello built on fsetpos/fgetpos
+# We override the previous test that said fseeko/ftello didn't exist
case $host_os in bsdi*)
ac_cv_func_fseeko=yes
esac
+
echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
if test "${ac_cv_sys_largefile_source+set}" = set; then