aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash/files/patch-ac
blob: 51506a0305808a3659d30812b3ba0dc30451603a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- configure.orig  Mon Nov 19 18:27:10 2001
+++ configure   Mon Nov 19 18:27:17 2001
@@ -1108,7 +1108,7 @@
 mips-irix6*)   opt_bash_malloc=no ;;   # needs 8-byte alignment
 m68k-sysv) opt_bash_malloc=no ;;   # fixes file descriptor leak in closedir
 sparc-linux*)  opt_bash_malloc=no ;;   # sparc running linux; requires ELF
-#*-freebsd*)   opt_bash_malloc=no ;;   # they claim it's better
+*-freebsd*)    opt_bash_malloc=no ;;   # they claim it's better
 *-openbsd*)    opt_bash_malloc=no ;;   # they claim it needs eight-bit alignment
 *-aix*)        opt_bash_malloc=no ;;   # AIX machines
 *-nextstep*)   opt_bash_malloc=no ;;   # NeXT machines running NeXTstep