*** pgsql/configure.in 2006/10/02 00:06:18 1.478 --- pgsql/configure.in 2006/10/03 22:18:22 1.479 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql/configure.in,v 1.477 2006/10/01 23:47:16 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql/configure.in,v 1.478 2006/10/02 00:06:18 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl *************** case $host_os in bsdi*|netbsd*) *** 986,999 **** ac_cv_func_fseeko=yes esac - # Solaris has a very slow qsort in certain cases, so we replace it: - # http://forum.sun.com/thread.jspa?forumID=4&threadID=7231 - # Supposedly it is fixed in Solaris, but not sure which version, and - # no confirmed testing. 2005-12-16 - if test "$PORTNAME" = "solaris"; then - AC_LIBOBJ(qsort) - fi - # Win32 support if test "$PORTNAME" = "win32"; then AC_LIBOBJ(gettimeofday) --- 986,991 ----