diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-31 09:49:44 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-31 09:49:44 +1100 |
commit | e7f626c8f13d52acdfc30391c68db312e9eddedf (patch) | |
tree | 2a3b516595a51df76a7940f8303c18b69ead875b | |
parent | 3131d8bc717b2fad9b5e13a1ac1b1c1b726b3dd4 (diff) |
- Really fix broken default path. Fix from Jim Knoble
<jmknoble@pobox.com>
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,8 @@ | |||
10 | Marc G. Fournier <marc.fournier@acadiau.ca> | 10 | Marc G. Fournier <marc.fournier@acadiau.ca> |
11 | - Fill in ut_utaddr utmp field. Report from Benjamin Charron | 11 | - Fill in ut_utaddr utmp field. Report from Benjamin Charron |
12 | <iretd@bigfoot.com> | 12 | <iretd@bigfoot.com> |
13 | - Really fix broken default path. Fix from Jim Knoble | ||
14 | <jmknoble@pobox.com> | ||
13 | 15 | ||
14 | 19991230 | 16 | 19991230 |
15 | - OpenBSD CVS updates: | 17 | - OpenBSD CVS updates: |
diff --git a/configure.in b/configure.in index e9b2e69b0..79edfa396 100644 --- a/configure.in +++ b/configure.in | |||
@@ -495,7 +495,7 @@ AC_ARG_WITH(ipaddr-display, | |||
495 | ] | 495 | ] |
496 | ) | 496 | ) |
497 | 497 | ||
498 | AC_ARG_WITH(path, | 498 | AC_ARG_WITH(default-path, |
499 | [ --with-default-path=PATH Specify default \$PATH environment for server], | 499 | [ --with-default-path=PATH Specify default \$PATH environment for server], |
500 | [ | 500 | [ |
501 | if test "x$withval" != "xno" ; then | 501 | if test "x$withval" != "xno" ; then |