mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
PR: 63234 Submitted by: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com> Approved by: mat (mentor).
11 lines
405 B
Text
11 lines
405 B
Text
--- configure.in Wed Aug 27 20:54:02 2003
|
|
+++ configure.in.new Sat Feb 21 13:37:18 2004
|
|
@@ -171,7 +171,7 @@
|
|
|
|
SU_SSL_CFLAGS=""
|
|
if test "$ssl" = "true"; then
|
|
- AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl")
|
|
+ AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl", ,"-lcrypto")
|
|
if test ! "$SU_SSL_LIB"; then
|
|
AC_MSG_WARN("Cannot find libssl... ssl code in skyweb will be disabled")
|
|
else
|