From 06e42932b2013525a29e9ce79148739cfb7a878f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 12 Nov 1999 16:36:21 +1100 Subject: askpass install fix --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e2ce122c3..9918b0b91 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 \ -- cgit v1.2.3