Joe McAlerney writes:

> My question:  Is there a way to check for the existence of X without
> checking for unresolved symbols?  Libntp can be installed in an
> arbitrary location, so checking for it is probably not feasible.

Since the user is going to have a pretty hard time building your program
if your build process can't find a library, I don't think this is what you
ought to do.  Instead, check for libntp first (e.g., AC_CHECK_LIB), then
check for X normally.  If libntp isn't found, print an error message.

-- 
Peter Eisentraut   [EMAIL PROTECTED]   http://funkturm.homeip.net/~peter


Reply via email to