diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4d551b897..f2e88f1f2 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.376 2007/04/29 03:58:07 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.377 2007/04/29 04:39:03 dtucker Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -15,7 +15,7 @@ | |||
15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | 16 | ||
17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) | 17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) |
18 | AC_REVISION($Revision: 1.376 $) | 18 | AC_REVISION($Revision: 1.377 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | 20 | ||
21 | AC_CONFIG_HEADER(config.h) | 21 | AC_CONFIG_HEADER(config.h) |
@@ -1364,6 +1364,10 @@ AC_CHECK_DECLS(writev, , , [ | |||
1364 | #include <unistd.h> | 1364 | #include <unistd.h> |
1365 | ]) | 1365 | ]) |
1366 | 1366 | ||
1367 | AC_CHECK_DECLS(MAXSYMLINKS, , , [ | ||
1368 | #include <sys/param.h> | ||
1369 | ]) | ||
1370 | |||
1367 | AC_CHECK_FUNCS(setresuid, [ | 1371 | AC_CHECK_FUNCS(setresuid, [ |
1368 | dnl Some platorms have setresuid that isn't implemented, test for this | 1372 | dnl Some platorms have setresuid that isn't implemented, test for this |
1369 | AC_MSG_CHECKING(if setresuid seems to work) | 1373 | AC_MSG_CHECKING(if setresuid seems to work) |