summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-07-24 17:00:13 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-07-24 17:00:13 +0000
commit8e2aa5bb63b02606cadd938c5d33bd89d4dd8ea1 (patch)
tree1fc437f22cbe4643ed41f6e5f04cc14183f12e2e /configure.in
parent979c981f99de7e7a3589018852482b0a9c57907b (diff)
- (bal) 4711 not 04711 for ssh binary.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index f6aa04608..75b3626d2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.303 2001/07/22 19:32:01 mouring Exp $ 1# $Id: configure.in,v 1.304 2001/07/24 17:00:14 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -1679,11 +1679,11 @@ AC_ARG_ENABLE(suid-ssh,
1679 SSHMODE=0711 1679 SSHMODE=0711
1680 ;; 1680 ;;
1681 *) AC_MSG_RESULT(yes) 1681 *) AC_MSG_RESULT(yes)
1682 SSHMODE=04711 1682 SSHMODE=4711
1683 ;; 1683 ;;
1684 esac ], 1684 esac ],
1685 AC_MSG_RESULT(yes) 1685 AC_MSG_RESULT(yes)
1686 SSHMODE=04711 1686 SSHMODE=4711
1687) 1687)
1688AC_SUBST(SSHMODE) 1688AC_SUBST(SSHMODE)
1689 1689