mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-23 10:23:26 +08:00
9c5701cb40
This fixes a link error on Gentoo Linux by not putting -L/usr/lib in the link command on 64-bit systems. The correct path is -L/usr/lib64, and this is the default path used by GCC and clang. Users may override pkg-config by setting PAM_CFLAGS and PAM_LDFLAGS in the environment before calling configure. This is standard behavior for the PKG_CHECK_MODULES macro. The legacy detection logic is maintained when a path is given as an argument to --with-pam. Note that this logic is broken when libdir is not "lib". Signed-off-by: Mike Gilbert <floppym@gentoo.org> |
||
---|---|---|
.. | ||
ax_check_atm.m4 | ||
ax_check_openssl_func.m4 | ||
ax_check_openssl.m4 | ||
ax_check_pam.m4 | ||
ax_check_pcap.m4 | ||
ax_check_srp.m4 | ||
pkg.m4 |