diff options
-rw-r--r-- | hints/darwin.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index 59f0d63050..23abc0870f 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -177,8 +177,10 @@ EOCBU # vfork works usevfork='true'; -# malloc works -usemymalloc='n'; +# our malloc works (but allow users to override) +case "$usemymalloc" om +'') usemymalloc='n' ;; +esac # Locales aren't feeling well. LC_ALL=C; export LC_ALL; |