summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-31 09:49:44 +1100
committerDamien Miller <djm@mindrot.org>1999-12-31 09:49:44 +1100
commite7f626c8f13d52acdfc30391c68db312e9eddedf (patch)
tree2a3b516595a51df76a7940f8303c18b69ead875b /configure.in
parent3131d8bc717b2fad9b5e13a1ac1b1c1b726b3dd4 (diff)
- Really fix broken default path. Fix from Jim Knoble
<jmknoble@pobox.com>
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 e9b2e69b0..79edfa396 100644
--- a/configure.in
+++ b/configure.in
@@ -495,7 +495,7 @@ AC_ARG_WITH(ipaddr-display,
495 ] 495 ]
496) 496)
497 497
498AC_ARG_WITH(path, 498AC_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