diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0c9e4fc66..7ad0d01d7 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1031,7 +1031,7 @@ DISPLAY_HACK_MSG="no" | |||
1031 | AC_ARG_WITH(ipaddr-display, | 1031 | AC_ARG_WITH(ipaddr-display, |
1032 | [ --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY], | 1032 | [ --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY], |
1033 | [ | 1033 | [ |
1034 | if test "x$withval" = "xno" ; then | 1034 | if test "x$withval" != "xno" ; then |
1035 | AC_DEFINE(IPADDR_IN_DISPLAY) | 1035 | AC_DEFINE(IPADDR_IN_DISPLAY) |
1036 | DISPLAY_HACK_MSG="yes" | 1036 | DISPLAY_HACK_MSG="yes" |
1037 | fi | 1037 | fi |