--with-ipaddr-display patch

Jarno Huuskonen jhuuskon at messi.uku.fi
Mon Aug 7 15:28:15 EST 2000


Hi !

I think that the configure option --with-ipaddr-display doesn't set
the IPADDR_IN_DISPLAY define in config.h

Here's a small patch to configure.in that should enable the feature (after
running autoconf again).

-Jarno

--- openssh-2.1.1p4-orig/configure.in	Sat Jul 15 07:59:14 2000
+++ openssh-2.1.1p4/configure.in	Mon Aug  7 08:18:15 2000
@@ -1026,7 +1026,7 @@
 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)
 			DISPLAY_HACK_MSG="yes" 
 		fi

-- 
Jarno Huuskonen - System Administrator   |  Jarno.Huuskonen at uku.fi
University of Kuopio - Computer Center   |  Work:   +358 17 162822
PL 1627, 70211 Kuopio, Finland           |  Mobile: +358 40 5388169





More information about the openssh-unix-dev mailing list