diff options
-rw-r--r-- | shells/scponly/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |