summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-12 16:36:21 +1100
committerDamien Miller <djm@mindrot.org>1999-11-12 16:36:21 +1100
commit06e42932b2013525a29e9ce79148739cfb7a878f (patch)
treea9c98963dbae7703fb3a5a3aac6878bc33450a3a /Makefile.in
parent3ba1fe19434222120596ab6f1a60eb2ae4d91f4d (diff)
askpass install fixV_1_2_PRE11
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e2ce122c..9918b0b9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -79,7 +79,7 @@ install: all
ln -sf ssh $(bindir)/slogin
ln -sf ssh.1 $(mandir)/man1/slogin.1
- if [ ! -z "@DISABLE_EXTERNAL_ASKPASS@" ] ; then \
+ if [ ! -z "@INSTALL_ASKPASS@" ] ; then \
install -d $(libdir) ; \
install -d $(libdir)/ssh ; \
if [ -z "@GNOME_ASKPASS@" ] ; then \