On 10/20/03 04:00 Andreas Schwab spoke thusly
Bob Lockie <bjlockie@xxxxxxxxx> 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?