Source
1
1
# OpenSSL LIBOPENSSL_CHECK_CONFIG ([DEFAULT-ACTION])
2
2
# ----------------------------------------------------------
3
-
# Derived from libssh2.m4 written by
4
-
# Alexander Vladishev Oct-26-2009
5
-
# Dmitry Borovikov Feb-13-2010
3
+
# Derived from libssh2.m4
6
4
#
7
5
# Checks for OpenSSL library libssl. DEFAULT-ACTION is the string yes or
8
6
# no to specify whether to default to --with-openssl or --without-openssl.
9
7
# If not supplied, DEFAULT-ACTION is no.
10
8
#
11
9
# This macro #defines HAVE_OPENSSL if a required header files are
12
10
# found, and sets @OPENSSL_LDFLAGS@, @OPENSSL_CFLAGS@ and @OPENSSL_LIBS@
13
11
# to the necessary values.
14
12
#
15
13
# Users may override the detected values by doing something like: