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

Collapse All | Expand All

(-)lynx2-8-7/aclocal.m4 (-2 / +2 lines)
Lines 2775-2781 Link Here
2775
			cf_cv_have_gnutls=yes,
2775
			cf_cv_have_gnutls=yes,
2776
			cf_cv_have_gnutls=no,
2776
			cf_cv_have_gnutls=no,
2777
			,
2777
			,
2778
			ifelse($2,,[-lgnutls-openssl -lgnutls-extra -lgnutls -lcrypt],[-lgnutls -lcrypt]))
2778
			ifelse($2,,[-lgnutls-openssl -lgnutls-extra -lgnutls -lgcrypt],[-lgnutls -lgcrypt]))
2779
2779
2780
		CPPFLAGS=$cf_gnutls_CPPFLAGS
2780
		CPPFLAGS=$cf_gnutls_CPPFLAGS
2781
	fi
2781
	fi
Lines 2794-2800 Link Here
2794
		if test -n "$cf_cv_library_path_gnutls" ; then
2794
		if test -n "$cf_cv_library_path_gnutls" ; then
2795
			CF_ADD_LIBDIR($cf_cv_library_path_gnutls)
2795
			CF_ADD_LIBDIR($cf_cv_library_path_gnutls)
2796
		fi
2796
		fi
2797
		LIBS="-lgnutls -lcrypt $LIBS"
2797
		LIBS="-lgnutls -lgcrypt $LIBS"
2798
2798
2799
		ifelse($2,,
2799
		ifelse($2,,
2800
			[if test "$cf_pkg_gnutls" = none ; then
2800
			[if test "$cf_pkg_gnutls" = none ; then

Return to bug 410749