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

Collapse All | Expand All

(-)w3c-libwww-5.4.0.orig/configure.ac (-5 / +1 lines)
Lines 617-627 Link Here
617
dnl Checks for libwww and OpenSSL:
617
dnl Checks for libwww and OpenSSL:
618
AC_MSG_CHECKING(whether we can find OpenSSL)
618
AC_MSG_CHECKING(whether we can find OpenSSL)
619
dnl find the ssl library dir (empirical)
619
dnl find the ssl library dir (empirical)
620
if test -d '/usr/local/ssl/lib'; then
620
ssllib="-L$(pkg-config --variable=libdir openssl) -lssl -lcrypto"
621
  ssllib="-L/usr/local/ssl/lib -lssl -lcrypto"
622
else
623
  ssllib="-L/usr/lib -lssl -lcrypto"
624
fi
625
dnl find the ssl include dir (empirical)
621
dnl find the ssl include dir (empirical)
626
ssldir=`pkg-config --cflags openssl`
622
ssldir=`pkg-config --cflags openssl`
627
WWWSSL=""
623
WWWSSL=""

Return to bug 246978