Lines Matching full:libssh
146 curl_ssh_msg="no (--with-{libssh,libssh2})"
2278 AC_ARG_WITH(libssh,dnl optwith
2279 AS_HELP_STRING([--with-libssh=PATH],[Where to look for libssh, PATH points to the libssh installati…
2280 AS_HELP_STRING([--with-libssh], [enable libssh]),
2367 dnl backup the pre-libssh variables
2375 dnl --with-libssh (without path) used
2376 CURL_CHECK_PKGCONFIG(libssh)
2379 LIB_SSH=`$PKGCONFIG --libs-only-l libssh`
2380 LD_SSH=`$PKGCONFIG --libs-only-L libssh`
2381 CPP_SSH=`$PKGCONFIG --cflags-only-I libssh`
2382 version=`$PKGCONFIG --modversion libssh`
2388 dnl no --with-libssh option given, just check default places
2391 dnl use the given --with-libssh spot
2411 AC_CHECK_HEADER(libssh/libssh.h,
2412 curl_ssh_msg="enabled (libssh)"
2413 AC_DEFINE(USE_LIBSSH, 1, [if libssh is in use])
2419 AC_MSG_ERROR([libssh libs and/or directories were not found where specified!])
2428 dnl when the libssh shared libs were found in a path that the run-time
2438 LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE libssh"
2440 dnl no libssh, revert back to clean variables