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

(-)Makefile (-2 / +2 lines)
Lines 73-81 Link Here
73
.endif
73
.endif
74
74
75
.if defined(WITH_SCPONLY_GFTP)
75
.if defined(WITH_SCPONLY_GFTP)
76
CONFIGURE_ARGS+=--enable-gftp
76
CONFIGURE_ARGS+=--enable-gftp-compat
77
.else
77
.else
78
CONFIGURE_ARGS+=--disable-gftp
78
CONFIGURE_ARGS+=--disable-gftp-compat
79
.endif
79
.endif
80
80
81
.if defined(WITH_SCPONLY_WINSCP)
81
.if defined(WITH_SCPONLY_WINSCP)

Return to bug 54843