SCO OS5 specific addition.

This commit is contained in:
briano%netscape.com 1999-05-19 09:51:11 +00:00
parent 5f5363e5f9
commit 342f32569a

View File

@ -363,6 +363,12 @@ alpha*-*-osf*)
fi
;;
*-sco*)
if test ! "$GNU_CC"; then
DSO_LDOPTS='-G -h $(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
fi
;;
dnl the qsort routine under solaris is faulty
*-solaris*)
AC_DEFINE(BROKEN_QSORT)