summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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
636AC_ARG_WITH(ipaddr-display, 636AC_ARG_WITH(ipaddr-display,
637 [ --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY], 637 [ --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY],
638 [ 638 [
639 if test "x$withval" = "xno" ; then 639 if test "x$withval" != "xno" ; then
640 AC_DEFINE(IPADDR_IN_DISPLAY) 640 AC_DEFINE(IPADDR_IN_DISPLAY)
641 fi 641 fi
642 ] 642 ]