]> andersk Git - openssh.git/blobdiff - configure.ac
- (dtucker) [configure.ac] FreeBSD's glob() doesn't behave the way we expect
[openssh.git] / configure.ac
index 8b2d152dedd90162f009772b677420327426a948..b2b764f2ea35c0cc5cabe9065d1eac51f47e1758 100644 (file)
@@ -569,6 +569,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(SSH_TUN_FREEBSD, 1, [Open tunnel devices the FreeBSD way])
        AC_CHECK_HEADER([net/if_tap.h], ,
            AC_DEFINE(SSH_TUN_NO_L2, 1, [No layer 2 tunnel support]))
+       AC_DEFINE(BROKEN_GLOB, 1, [FreeBSD glob does not do what we need])
        ;;
 *-*-bsdi*)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
This page took 0.063683 seconds and 4 git commands to generate.