diff options
-rw-r--r-- | hints/dec_osf.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index db4b147c9e..f08c318b89 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -341,13 +341,8 @@ EOF esac case "$usemymalloc" in - ''|'n') usemymalloc='n' - ;; - *) # The FILLCHECK_DEADBEEF() are failing. - case "$ccflags" in - *-DFILL_CHECK_DEFAULT=*) ;; - *) ccflags="$ccflags -DFILL_CHECK_DEFAULT=0" ;; - esac + '') + usemymalloc='n' ;; esac # These symbols are renamed in <time.h> so |