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

Collapse All | Expand All

(-)squid-3.0.STABLE25.orig/configure.in (-1 / +5 lines)
Lines 2372-2378 Link Here
2372
AC_CHECK_LIB(crypt, crypt, [CRYPTLIB="-lcrypt"])
2372
AC_CHECK_LIB(crypt, crypt, [CRYPTLIB="-lcrypt"])
2373
2373
2374
dnl Solaris10 provides MD5 natively through libmd5
2374
dnl Solaris10 provides MD5 natively through libmd5
2375
AC_CHECK_LIB(md5, MD5Init, [CRYPTLIB="$CRYPTLIB -lmd5"])
2375
case "$host" in
2376
	*-solaris*)
2377
	    AC_CHECK_LIB(md5, MD5Init, [CRYPTLIB="$CRYPTLIB -lmd5"])
2378
	    ;;
2379
esac
2376
2380
2377
AC_SUBST(CRYPTLIB)
2381
AC_SUBST(CRYPTLIB)
2378
2382

Return to bug 301828