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.
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: ???