ref: 46d58fc082a8537f9de79342cd7d7d24974c984d
parent: 258669fab72174b62ad0f87d213570e0ad680e3c
author: menno <menno>
date: Thu Jul 25 12:00:29 EDT 2002
Linux compilation fixed
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@
AC_CHECK_HEADERS(stdint.h inttypes.h)
dnl Checks for sndfile library.
-AC_CHECK_LIB(sndfile, sf_open_read, have_sndfile_lib=yes)
+AC_CHECK_LIB(sndfile, sf_perror, have_sndfile_lib=yes)
AC_CHECK_HEADER(sndfile.h, have_sndfile_hdr=yes)
if test x$have_sndfile_lib != xyes -o x$have_sndfile_hdr != xyes; then