]> Pileus Git - ~andy/fetchmail/commit - configure.ac
Fix MD5* library pickup.
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 17 May 2010 19:10:16 +0000 (21:10 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 17 May 2010 19:10:16 +0000 (21:10 +0200)
commitbb67b781f9b26a06f3f66a9db8b297920467d0db
treedc4937db5d35b7b03187b611fdb90e490a9ca8b8
parent233bbfa928e1bcf8727247ebbcfe307c110866b3
Fix MD5* library pickup.

Avoid picking up libmd5, which fails if libwww is installed because libmd5
uses "long" rather than fixed-width types. This fails on non-32-bit machines.

Only probe libmd if md5.h is found.

To fix Gentoo Bug #319283, reported by Karl Hakimian.
NEWS
configure.ac