From fdb6019669e300db9b3890ea78494a4da5108c7f Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Fri, 25 Jul 2003 23:12:03 +0000 Subject: fix configure arguments for gftp stuff. PR: 54843 Submitted by: rushani (maintainer) --- shells/scponly/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index 91e9bc668b5c..4ba26237310a 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -73,9 +73,9 @@ CONFIGURE_ARGS+=--disable-scp-compat .endif .if defined(WITH_SCPONLY_GFTP) -CONFIGURE_ARGS+=--enable-gftp +CONFIGURE_ARGS+=--enable-gftp-compat .else -CONFIGURE_ARGS+=--disable-gftp +CONFIGURE_ARGS+=--disable-gftp-compat .endif .if defined(WITH_SCPONLY_WINSCP) -- cgit v1.2.3