diff options
| author | Bruce Momjian | 2002-10-24 01:33:50 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-10-24 01:33:50 +0000 |
| commit | b093f8825dc72216fe5f3e69ea7d9b94b99795ea (patch) | |
| tree | 4ec39457553b7eed6b2d1b9cb0d098705639b331 /configure | |
| parent | f142b0915116bfe0935b589045678a6c95e7abb9 (diff) | |
Fix include files for new PageOutput call.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure index 70e18ea7d5a..83a54bc6911 100755 --- a/configure +++ b/configure @@ -10543,6 +10543,12 @@ 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 + # Solaris has a very slow qsort in certain cases. case $host_os in solaris*) LIBOBJS="$LIBOBJS qsort.$ac_objext" ;; @@ -11471,12 +11477,6 @@ 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 |
