Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 391387
Collapse All | Expand All

(-)alpine-2.00.org/configure.ac (-1 / +1 lines)
Lines 954-960 dnl provide SSL support? Link Here
954
if test "x$alpine_SSLTYPE" != "xnone" ; then
954
if test "x$alpine_SSLTYPE" != "xnone" ; then
955
  AC_SEARCH_LIBS(SSL_library_init,ssl,
955
  AC_SEARCH_LIBS(SSL_library_init,ssl,
956
    [
956
    [
957
      LIBS="$LIBS -lssl"
957
      LIBS="$LIBS -lcrypto -lssl"
958
    ])
958
    ])
959
  if test "x$alpine_SSLTYPE" = "xnone" ; then
959
  if test "x$alpine_SSLTYPE" = "xnone" ; then
960
    AC_MSG_NOTICE([OpenSSL libraries NOT found])
960
    AC_MSG_NOTICE([OpenSSL libraries NOT found])

Return to bug 391387