autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_CHECK_LIB


From: Bob Lockie
Subject: Re: AC_CHECK_LIB
Date: Wed, 29 Oct 2003 00:18:49 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031019



On 10/20/03 04:00 Andreas Schwab spoke thusly

Bob Lockie <address@hidden> writes:


:snippit of my configure.in:
----------------------------
dnl id3lib library (required)
    AC_CHECK_LIB( [z], [deflate],
                  configure_enable_id3lib="yes",
                  configure_enable_id3lib="no", )


You are overriding the default action, the part that adds -lz to LIBS.

Andreas.

Mmm, I want to set 'configure_enable_id3lib' and perform the default action.
Is there a macro to add the library?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]