summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-15 10:21:17 +1000
committerDamien Miller <djm@mindrot.org>2000-08-15 10:21:17 +1000
commite477ef65294501de06096cfecb6cfcc923f634f5 (patch)
tree1d569c95095d2bac58a33aacc105b3c93dc42612 /configure.in
parentc83aa8378447861b1bc0a030fdb32f78783dc979 (diff)
- (djm) Don't seek in directory based lastlogs
- (djm) Fix --with-ipaddr-display configure option test. Patch from Jarno Huuskonen <jhuuskon@messi.uku.fi>
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 0c9e4fc66..7ad0d01d7 100644
--- a/configure.in
+++ b/configure.in
@@ -1031,7 +1031,7 @@ DISPLAY_HACK_MSG="no"
1031AC_ARG_WITH(ipaddr-display, 1031AC_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