summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-04-07 19:44:14 +0000
committerKevin Steves <stevesk@pobox.com>2002-04-07 19:44:14 +0000
commit4e0bb524a5a7e02d4defd219e2cd610d95651771 (patch)
tree27acaf3949c8d7a86408913036874fb1d07f4d1a /configure.ac
parent7ff911216bbc288869c6b8ce99cd812ead66b886 (diff)
oops, user should be a string constant
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 10f238a25..d3c94bc06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.39 2002/04/07 19:22:54 stevesk Exp $ 1# $Id: configure.ac,v 1.40 2002/04/07 19:44:14 stevesk Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -1004,7 +1004,7 @@ AC_ARG_WITH(privsep-user,
1004 fi 1004 fi
1005 ] 1005 ]
1006) 1006)
1007AC_DEFINE_UNQUOTED(SSH_PRIVSEP_USER, $ssh_privsep_user) 1007AC_DEFINE_UNQUOTED(SSH_PRIVSEP_USER, "$ssh_privsep_user")
1008 1008
1009# We do this little dance with the search path to insure 1009# We do this little dance with the search path to insure
1010# that programs that we select for use by installed programs 1010# that programs that we select for use by installed programs