Commit 90b3a0b6 authored by Bruce Momjian's avatar Bruce Momjian

Improve comment.

parent c465dcc1
...@@ -10551,7 +10551,7 @@ case $host_os in bsdi*|netbsd*) ...@@ -10551,7 +10551,7 @@ case $host_os in bsdi*|netbsd*)
ac_cv_func_fseeko=yes ac_cv_func_fseeko=yes
esac 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 case $host_os in
solaris*) LIBOBJS="$LIBOBJS qsort.$ac_objext" ;; solaris*) LIBOBJS="$LIBOBJS qsort.$ac_objext" ;;
esac esac
......
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl $Header: /cvsroot/pgsql/configure.in,v 1.221 2002/12/06 04:37:02 momjian Exp $ dnl $Header: /cvsroot/pgsql/configure.in,v 1.222 2002/12/15 03:16:58 momjian Exp $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -844,7 +844,7 @@ case $host_os in bsdi*|netbsd*) ...@@ -844,7 +844,7 @@ case $host_os in bsdi*|netbsd*)
ac_cv_func_fseeko=yes ac_cv_func_fseeko=yes
esac 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 case $host_os in
solaris*) AC_LIBOBJ(qsort) ;; solaris*) AC_LIBOBJ(qsort) ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment