On Sunday 15 September 2002 17:59, Taybin Rutkin wrote:
On Sun, 15 Sep 2002, Jeff Welty wrote:
./configure: line 990: syntax error near
unexpected token
`PKG_CHECK_MODULE(SNDFILE,' ./configure: line 990:
`PKG_CHECK_MODULE(SNDFILE, sndfile > 1.0.0)'
You need pkg-config installed.
If you don't want to bother with pkg-config (and why should you add
extra dependencies to your dependency checking?) then check out
AC_CHECK_LIB, AC_CHECK_FILE and friends.
B