Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 311927 | Differences between
and this patch

Collapse All | Expand All

(-)squid-3.1.0.15.orig/configure.in (-1 / +5 lines)
Lines 2802-2808 Link Here
2802
dnl libcrypt (eg FreeBSD)
2802
dnl libcrypt (eg FreeBSD)
2803
AC_CHECK_LIB(crypt, crypt, [CRYPTLIB="-lcrypt"])
2803
AC_CHECK_LIB(crypt, crypt, [CRYPTLIB="-lcrypt"])
2804
dnl Solaris10 provides MD5 natively through libmd5
2804
dnl Solaris10 provides MD5 natively through libmd5
2805
AC_CHECK_LIB(md5, MD5Init, [CRYPTLIB="$CRYPTLIB -lmd5"])
2805
case "$host" in
2806
	*-solaris*)
2807
	    AC_CHECK_LIB(md5, MD5Init, [CRYPTLIB="$CRYPTLIB -lmd5"])
2808
	    ;;
2809
esac
2806
AC_SUBST(CRYPTLIB)
2810
AC_SUBST(CRYPTLIB)
2807
2811
2808
dnl Check for libdl, used by auth_modules/PAM
2812
dnl Check for libdl, used by auth_modules/PAM

Return to bug 311927