0c402b2 Check whether with_debug is defined

Authored and Committed by Fabiano FidĂȘncio 4 years ago
    Check whether with_debug is defined
    
    We want to check whether with_debug is defined, and if so set the
    appropriate "_find_debuginfo_dwz_opts" and "_dwz_low_mem_die_limit"
    values.
    
    The way it's done nowadays seems like a typo when adding the
    conditional / conditional expansion, as it's missing a "?".
    
    Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
        
file modified
+1 -1