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.4.orig/configure.in (-1 / +5 lines)
Lines 2814-2820 Link Here
2814
dnl libcrypt (eg FreeBSD)
2814
dnl libcrypt (eg FreeBSD)
2815
AC_CHECK_LIB(crypt, crypt, [CRYPTLIB="-lcrypt"])
2815
AC_CHECK_LIB(crypt, crypt, [CRYPTLIB="-lcrypt"])
2816
dnl Solaris10 provides MD5 natively through libmd5
2816
dnl Solaris10 provides MD5 natively through libmd5
2817
AC_CHECK_LIB(md5, MD5Init, [CRYPTLIB="$CRYPTLIB -lmd5"])
2817
case "$host" in
2818
	*-solaris*)
2819
	    AC_CHECK_LIB(md5, MD5Init, [CRYPTLIB="$CRYPTLIB -lmd5"])
2820
	    ;;
2821
esac
2818
AC_SUBST(CRYPTLIB)
2822
AC_SUBST(CRYPTLIB)
2819
2823
2820
dnl Check for libdl, used by auth_modules/PAM
2824
dnl Check for libdl, used by auth_modules/PAM

Return to bug 311927