diff --git a/configure b/configure
index 7c823c15c660c872fc28f376f6c1c03732726bdb..759b73d359df83b214aed90c415d28d8d2d2ecf5 100755
--- a/configure
+++ b/configure
@@ -14848,7 +14848,8 @@ case $host_os in bsdi*|netbsd*)
 ac_cv_func_fseeko=yes
 esac
 
-# Solaris has a very slow qsort in certain cases, so we replace it.
+# 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
diff --git a/configure.in b/configure.in
index 3537c10ebc79c932889a351881172f249ed53eb2..1fc4a06fe192323dbc4035726d5b096c6401a5d3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.438 2005/12/17 00:33:33 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.439 2005/12/17 00:35:50 momjian Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -943,7 +943,8 @@ case $host_os in bsdi*|netbsd*)
 ac_cv_func_fseeko=yes
 esac
 
-# Solaris has a very slow qsort in certain cases, so we replace it.
+# 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