Skip to content
Snippets Groups Projects
Commit ca779147 authored by Niels Möller's avatar Niels Möller
Browse files

* configure.in: merged different DATAFELLOWS workaround defines to

a simple DATAFELLOWS_WORKAROUNDS, this affects a few files, for a
list grep for DATAFELLOWS_WORKAROUNDS *.{c,h}

Rev: configure.in:1.21
parent f2642e60
No related branches found
No related tags found
No related merge requests found
...@@ -83,12 +83,12 @@ if test x$with_idea = xyes ; then ...@@ -83,12 +83,12 @@ if test x$with_idea = xyes ; then
AC_DEFINE(WITH_IDEA) AC_DEFINE(WITH_IDEA)
fi fi
AC_ARG_WITH(ssh2_dsa_kludge, AC_ARG_WITH(datafellows_workarounds,
[--with-ssh2-dsa-kludge Support buggy ssh2 clients/servers],, [--with-datafellows-workarounds Bug-compatibility with DataFellows ssh2 clients and servers],,
[with_ssh2_dsa_kludge=yes]) [with_datafellows_workarounds=yes])
if test x$with_ssh2_dsa_kludge = xyes ; then if test x$with_datafellows_workarounds = xyes ; then
AC_DEFINE(DATAFELLOWS_SSH2_SSH_DSA_KLUDGE) AC_DEFINE(DATAFELLOWS_WORKAROUNDS)
fi fi
AC_ARG_WITH(tcp_forward, AC_ARG_WITH(tcp_forward,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment