diff options
| author | Bruce Momjian | 2002-10-23 20:59:03 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-10-23 20:59:03 +0000 |
| commit | c9984ab79d000849328cd7a767532a0fd9c844ea (patch) | |
| tree | af0f0cfc676dfd7cbce91cad3325d07682a6074d /configure.in | |
| parent | dc4d18e0567eee4af09a1d146a92fd7b59c353a2 (diff) | |
Add comments on bsd/os handling.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1fd159c36b2..1ca21844c5e 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.212 2002/10/23 20:56:24 momjian Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.213 2002/10/23 20:59:03 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -903,9 +903,12 @@ AC_CHECK_FUNCS(atexit, [], [AC_CHECK_FUNCS(on_exit, [], [AC_MSG_ERROR([neither atexit() nor on_exit() found])])]) +# 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 + AC_FUNC_FSEEKO |
