summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d49660516..c14f484b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5068,6 +5068,7 @@ AC_SUBST([TEST_SSH_IPV6], [$TEST_SSH_IPV6])
5068AC_SUBST([TEST_SSH_UTF8], [$TEST_SSH_UTF8]) 5068AC_SUBST([TEST_SSH_UTF8], [$TEST_SSH_UTF8])
5069AC_SUBST([TEST_MALLOC_OPTIONS], [$TEST_MALLOC_OPTIONS]) 5069AC_SUBST([TEST_MALLOC_OPTIONS], [$TEST_MALLOC_OPTIONS])
5070AC_SUBST([UNSUPPORTED_ALGORITHMS], [$unsupported_algorithms]) 5070AC_SUBST([UNSUPPORTED_ALGORITHMS], [$unsupported_algorithms])
5071AC_SUBST([DEPEND], [$(cat $srcdir/.depend)])
5071 5072
5072CFLAGS="${CFLAGS} ${CFLAGS_AFTER}" 5073CFLAGS="${CFLAGS} ${CFLAGS_AFTER}"
5073LDFLAGS="${LDFLAGS} ${LDFLAGS_AFTER}" 5074LDFLAGS="${LDFLAGS} ${LDFLAGS_AFTER}"