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

Collapse All | Expand All

(-)pidgin-2.10.4/configure.orig (-2 / +2 lines)
Lines 20944-20950 Link Here
20944
  $as_echo_n "(cached) " >&6
20944
  $as_echo_n "(cached) " >&6
20945
else
20945
else
20946
20946
20947
			LIBS="$LIBS $with_gnutls_libs -lgnutls -lgcrypt"
20947
			LIBS="$LIBS $with_gnutls_libs -lgnutls"
20948
			cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20948
			cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20949
/* end confdefs.h.  */
20949
/* end confdefs.h.  */
20950
20950
Lines 20983-20989 Link Here
20983
			$as_echo "#define HAVE_SSL 1" >>confdefs.h
20983
			$as_echo "#define HAVE_SSL 1" >>confdefs.h
20984
20984
20985
			msg_gnutls="GnuTLS"
20985
			msg_gnutls="GnuTLS"
20986
			GNUTLS_LIBS="$with_gnutls_libs -lgnutls -lgcrypt"
20986
			GNUTLS_LIBS="$with_gnutls_libs -lgnutls"
20987
20987
20988
			enable_gnutls="yes"
20988
			enable_gnutls="yes"
20989
		else
20989
		else

Return to bug 423801