diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f84054321..017fd7e3d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.392 2008/02/28 12:16:04 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.393 2008/03/02 10:52:28 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.392 $) | 18 | AC_REVISION($Revision: 1.393 $) |
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) |
@@ -569,6 +569,7 @@ mips-sony-bsd|mips-sony-newsos4) | |||
569 | AC_DEFINE(SSH_TUN_FREEBSD, 1, [Open tunnel devices the FreeBSD way]) | 569 | AC_DEFINE(SSH_TUN_FREEBSD, 1, [Open tunnel devices the FreeBSD way]) |
570 | AC_CHECK_HEADER([net/if_tap.h], , | 570 | AC_CHECK_HEADER([net/if_tap.h], , |
571 | AC_DEFINE(SSH_TUN_NO_L2, 1, [No layer 2 tunnel support])) | 571 | AC_DEFINE(SSH_TUN_NO_L2, 1, [No layer 2 tunnel support])) |
572 | AC_DEFINE(BROKEN_GLOB, 1, [FreeBSD glob does not do what we need]) | ||
572 | ;; | 573 | ;; |
573 | *-*-bsdi*) | 574 | *-*-bsdi*) |
574 | AC_DEFINE(SETEUID_BREAKS_SETUID) | 575 | AC_DEFINE(SETEUID_BREAKS_SETUID) |