View | Details | Raw Unified | Return to bug 146660
Collapse All | Expand All

(-)configure (-2 / +2 lines)
Lines 12472-12478 Link Here
12472
     fi #if test "x$_libssh2_dir" = "xno"; then
12472
     fi #if test "x$_libssh2_dir" = "xno"; then
12473
  fi # if test "x$want_ssh2" != "xno"; then
12473
  fi # if test "x$want_ssh2" != "xno"; then
12474
12474
12475
  if test "x$found_ssh2" == "xyes"; then
12475
  if test "x$found_ssh2" = "xyes"; then
12476
    am_save_cflags="$CFLAGS"
12476
    am_save_cflags="$CFLAGS"
12477
    am_save_ldflags="$LDFLAGS"
12477
    am_save_ldflags="$LDFLAGS"
12478
    am_save_libs="$LIBS"
12478
    am_save_libs="$LIBS"
Lines 12537-12543 Link Here
12537
    LDFLAGS="$am_save_ldflags"
12537
    LDFLAGS="$am_save_ldflags"
12538
    LIBS="$am_save_libs"
12538
    LIBS="$am_save_libs"
12539
12539
12540
    if test "x$found_ssh2" == "xyes"; then
12540
    if test "x$found_ssh2" = "xyes"; then
12541
12541
12542
cat >>confdefs.h <<\_ACEOF
12542
cat >>confdefs.h <<\_ACEOF
12543
#define HAVE_SSH2 1
12543
#define HAVE_SSH2 1

Return to bug 146660