]> andersk Git - openssh.git/blobdiff - configure.in
- Added --with-default-path to specify custom path for server
[openssh.git] / configure.in
index 6cfacd2dbf818cff0ae251f4c21fe66afb5e23e9..17b392d8f1699be70deba18aedc12dc9e00331d7 100644 (file)
@@ -267,7 +267,7 @@ AC_EGREP_HEADER(syslen, utmpx.h,
 
 dnl Look for lastlog location
 AC_ARG_WITH(lastlog,
-       [  --with-lastlog          Location of lastlog file],
+       [  --with-lastlog=FILE     Location of lastlog file],
        [
                if test "x$withval" = "xno" ; then
                        AC_DEFINE(DISABLE_LASTLOG)
@@ -396,6 +396,15 @@ AC_ARG_WITH(ipaddr-display,
        ]
 )
 
+AC_ARG_WITH(path,
+       [  --with-default-path=PATH Specify default \$PATH environment for server],
+       [
+               if test "x$withval" != "xno" ; then     
+                       AC_DEFINE_UNQUOTED(USER_PATH, $withval")
+               fi
+       ]
+)
+
 dnl Check for mail directory (last resort if we cannot get it from headers)
 if test ! -z "$MAIL" ; then
        maildir=`dirname $MAIL`
This page took 0.226907 seconds and 4 git commands to generate.