Source
xxxxxxxxxx
1
1
# LIBSSH_CHECK_CONFIG ([DEFAULT-ACTION])
2
2
# ----------------------------------------------------------
3
-
# Alexander Vladishev Oct-26-2009
4
-
# Dmitry Borovikov Feb-13-2010
5
-
# --version control added (1.0.0)
6
3
#
7
4
# Checks for ssh. DEFAULT-ACTION is the string yes or no to
8
5
# specify whether to default to --with-ssh or --without-ssh.
9
6
# If not supplied, DEFAULT-ACTION is no.
10
7
#
11
8
# The minimal supported SSH library version is 0.6.0.
12
9
#
13
10
# This macro #defines HAVE_SSH if a required header files are
14
11
# found, and sets @SSH_LDFLAGS@, @SSH_CFLAGS@ and @SSH_LIBS@
15
12
# to the necessary values.