From d426ed6e51b1802e2d47a5ed291232a659dc251a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 17 Jan 2000 19:22:36 +1100 Subject: - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7b8b46b42..7c0b1491b 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 ] -- cgit v1.2.3