1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Improve comment.

This commit is contained in:
Bruce Momjian
2002-12-15 03:16:58 +00:00
parent c465dcc1d0
commit 90b3a0b6fd
2 changed files with 10 additions and 10 deletions

2
configure vendored
View File

@ -10551,7 +10551,7 @@ case $host_os in bsdi*|netbsd*)
ac_cv_func_fseeko=yes
esac
# Solaris has a very slow qsort in certain cases.
# Solaris has a very slow qsort in certain cases, so we replace it.
case $host_os in
solaris*) LIBOBJS="$LIBOBJS qsort.$ac_objext" ;;
esac