Gabriele Bartolini wrote:
> AC_CHECK_LIBS(mysqlclient, mysql_connect)
AFAIK, this would be correct. This would look (as you expected) for a
function 'mysqlclient' in the mysql_connect library.
When using autoconf/configure, failed tests are placed into config.log
with the exact results from the test itself (including test program). So
I'd check this file, try out the test program yourself, etc.
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.