• Asaf Kahlon's avatar
    configure.ac: serach for dladdr only on libunwind · ce2f8797
    Asaf Kahlon authored
    The original configure.ac tries to check for dladdr, but it actually needs
    it only in case we have libunwind (which has a another section and checks for it
    too).
    This can fail the build on systems without dynamic linking support.
    Therefore, the dladdr check has to be preformed only when checking libunwind.
    Signed-off-by: 's avatarAsaf Kahlon <asafka7@gmail.com>
    ce2f8797
configure.ac 26.5 KB