From b26aefd48733a70957518832f5637f68f3a602a8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 10 Jul 2015 20:39:33 -0700 Subject: [PATCH] GUAC-1171: Expose presence/absence of common SSH core with ENABLE_COMMON_SSH macro. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 4cc773ea..18f4652f 100644 --- a/configure.ac +++ b/configure.ac @@ -840,6 +840,9 @@ fi AM_CONDITIONAL([ENABLE_COMMON_SSH], [test "x${have_libssh2}" = "xyes" \ -a "x${have_ssl}" = "xyes"]) +AM_COND_IF([ENABLE_COMMON_SSH], + [AC_DEFINE([ENABLE_COMMON_SSH],, + [Whether support for the common SSH core is enabled])]) AM_CONDITIONAL([ENABLE_SSH], [test "x${have_libssh2}" = "xyes" \ -a "x${have_terminal}" = "xyes" \