diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b606a1c36..56172972c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -4775,7 +4775,7 @@ if test ! -d $piddir ; then | |||
4775 | fi | 4775 | fi |
4776 | 4776 | ||
4777 | AC_ARG_WITH([pid-dir], | 4777 | AC_ARG_WITH([pid-dir], |
4778 | [ --with-pid-dir=PATH Specify location of ssh.pid file], | 4778 | [ --with-pid-dir=PATH Specify location of sshd.pid file], |
4779 | [ | 4779 | [ |
4780 | if test -n "$withval" && test "x$withval" != "xno" && \ | 4780 | if test -n "$withval" && test "x$withval" != "xno" && \ |
4781 | test "x${withval}" != "xyes"; then | 4781 | test "x${withval}" != "xyes"; then |