diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure index fc30557989c..9f2ba2ae78d 100755 --- a/configure +++ b/configure @@ -14951,21 +14951,6 @@ 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: -# 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 -case $LIBOBJS in - "qsort.$ac_objext" | \ - *" qsort.$ac_objext" | \ - "qsort.$ac_objext "* | \ - *" qsort.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS qsort.$ac_objext" ;; -esac - -fi - # Win32 support if test "$PORTNAME" = "win32"; then case $LIBOBJS in |