From cf8ad17067c798b8ad5883f193cc87f796799201 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 17 Jan 2000 08:22:36 +0000 Subject: [PATCH] - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen --- CREDITS | 1 + ChangeLog | 2 ++ configure.in | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index f1012569..b40e75da 100644 --- a/CREDITS +++ b/CREDITS @@ -16,6 +16,7 @@ David Rankin - libwrap, NetBSD fixes Gary E. Miller - SCO support Holger Trapp - KRB4/AFS config patch Jani Hakala - Patches +Jarno Huuskonen - Bugfixes Jim Knoble - Many patches jonchen (email unknown) - the original author of PAM support of SSH Juergen Keil - scp bugfixing diff --git a/ChangeLog b/ChangeLog index 5ea5c018..8c182d6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ - Released 1.2.1pre27 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c) + - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen + 20000116 - Renamed --with-xauth-path to --with-xauth diff --git a/configure.in b/configure.in index 7b8b46b4..7c0b1491 100644 --- a/configure.in +++ b/configure.in @@ -636,7 +636,7 @@ dnl Use ip address instead of hostname in $DISPLAY AC_ARG_WITH(ipaddr-display, [ --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY], [ - if test "x$withval" = "xno" ; then + if test "x$withval" != "xno" ; then AC_DEFINE(IPADDR_IN_DISPLAY) fi ] -- 2.45.2