mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 09:22:57 +00:00
Print warning messages per default; new options -d0..-d4
This commit is contained in:
parent
dc777a00bb
commit
557f299b82
17 changed files with 115 additions and 62 deletions
|
@ -541,7 +541,7 @@ if test -n "$WITH_OPENSSL"; then
|
|||
[AC_TRY_COMPILE([#include <openssl/ssl.h>],[;],
|
||||
[sc_cv_have_openssl_ssl_h=yes; OPENSSL_BASE=""; ],
|
||||
[sc_cv_have_openssl_ssl_h=no
|
||||
if [ "$OPENSSL_BASE" ]; then
|
||||
if test "$OPENSSL_BASE"; then
|
||||
Ds="$OPENSSL_BASE"
|
||||
else
|
||||
Ds="/sw /usr/local /opt/freeware /usr/sfw /usr/local/ssl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue