aborah / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

031c0b9 Issue 49845 - Remove pkgconfig check for libasan

Authored and Committed by mhonek 4 years ago
1 file changed. 0 lines added. 1 lines removed.
    Issue 49845 - Remove pkgconfig check for libasan
    
    Bug Description:
    A recent commit introduced a pkgconfig check for libasan. However, ASAN
    buildtime whereabouts are provided within compiler itself, hence there is no
    external libasan.pc file, only dynamic linking to libasan is necessary.
    
    Fix Description:
    Remove the superfluous check from configure.ac.
    
    Relates https://pagure.io/389-ds-base/issue/49845
    
    Author: Matus Honek <mhonek@redhat.com>
    
    Review by: ???
    
        
file modified
+0 -1