Re: how to add a library if it exists

2006-11-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Andrew Makhorin on 11/6/2006 5:39 AM: > > I need to include a check in configure.am to see if libgmp.a (the GNU > bignum library) exists. And if it exists, the configure script has to > do the following: > > 1) change one line in some he

how to add a library if it exists

2006-11-06 Thread Andrew Makhorin
Hi, My question is probably very simple to autoconf experts, however, I could not find the answer in the autoconf documentation. I need to include a check in configure.am to see if libgmp.a (the GNU bignum library) exists. And if it exists, the configure script has to do the following: 1) change