diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure index bc31d4d62e3..325303a1ba9 100755 --- a/configure +++ b/configure @@ -10543,9 +10543,10 @@ done -# BSD/OS has a custom fseeko/ftello built on fsetpos/fgetpos +# BSD/OS & NetBSD use 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*) +# OS tests are also done in include/c.h and port/fseeko.c +case $host_os in bsdi*|netbsd*) ac_cv_func_fseeko=yes esac |
