summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index acbfe78bf..549e0646c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.58 2002/05/13 03:15:43 djm Exp $ 1# $Id: configure.ac,v 1.59 2002/05/13 03:51:40 stevesk Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -915,7 +915,7 @@ AC_DEFINE_UNQUOTED(ENTROPY_TIMEOUT_MSEC, $entropy_timeout)
915 915
916ssh_privsep_user=sshd 916ssh_privsep_user=sshd
917AC_ARG_WITH(privsep-user, 917AC_ARG_WITH(privsep-user,
918 [ --with-privsep-user Specify non-privileged user for privilege separation], 918 [ --with-privsep-user=user Specify non-privileged user for privilege separation],
919 [ 919 [
920 if test -n "$withval"; then 920 if test -n "$withval"; then
921 ssh_privsep_user=$withval 921 ssh_privsep_user=$withval