From d05a247953572b5aa9c28f48410cb3608dfc118f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 15 Nov 1999 14:25:30 +1100 Subject: - Merged OpenBSD CVS changes: - [ssh-add.c] change passphrase loop logic and remove ref to $DISPLAY, ok niels - Changed to ssh-add.c broke askpass support. Revised it to be a little more modular. - Revised autoconf support for enabling/disabling askpass support. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 365df018f..93c4a0c01 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,7 +80,7 @@ install: all ln -sf ssh $(bindir)/slogin ln -sf ssh.1 $(mandir)/man1/slogin.1 - if [ ! -z "@INSTALL_ASKPASS@" ] ; then \ + if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \ install -d $(libdir) ; \ install -d $(libdir)/ssh ; \ if [ -z "@GNOME_ASKPASS@" ] ; then \ -- cgit v1.2.3