summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index ada1a2e96..d80ac7c7f 100644
--- a/configure.in
+++ b/configure.in
@@ -111,11 +111,9 @@ fi
111dnl Check whether use wants to disable the external ssh-askpass 111dnl Check whether use wants to disable the external ssh-askpass
112AC_ARG_WITH(askpass, 112AC_ARG_WITH(askpass,
113 [ --without-askpass Disable external ssh-askpass support], 113 [ --without-askpass Disable external ssh-askpass support],
114 [ 114 [AC_DEFINE(DISABLE_EXTERNAL_ASKPASS)],
115 AC_DEFINE(DISABLE_EXTERNAL_ASKPASS) 115 [INSTALL_ASKPASS="yes"]
116 DISABLE_EXTERNAL_ASKPASS=yes
117 AC_SUBST(DISABLE_EXTERNAL_ASKPASS)
118 ]
119) 116)
117AC_SUBST(INSTALL_ASKPASS)
120 118
121AC_OUTPUT(Makefile) 119AC_OUTPUT(Makefile)