scripts/build/debug/100-dmalloc.sh
changeset 916 68af6b83ff7e
parent 857 d72e65fe38d4
child 1074 f69c993af096
     1.1 --- a/scripts/build/debug/100-dmalloc.sh	Mon Sep 15 14:41:09 2008 +0000
     1.2 +++ b/scripts/build/debug/100-dmalloc.sh	Fri Oct 10 14:30:44 2008 +0000
     1.3 @@ -1,9 +1,6 @@
     1.4  # Build script for the dmalloc debug library facility
     1.5  
     1.6 -is_enabled="${CT_DMALLOC}"
     1.7 -
     1.8  do_print_filename() {
     1.9 -    [ "${CT_DMALLOC}" = "y" ] || return 0
    1.10      echo "dmalloc-${CT_DMALLOC_VERSION}"
    1.11  }
    1.12