fix message from configure about libsamplerate

This commit is contained in:
oetelaar.automatisering@gmail.com 2013-05-26 10:22:35 +00:00
parent d884ba0153
commit c57d870c73
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ if test "x${USE_SRC}" = "xyes" ; then
SRC_LDFLAGS="-L${SRC_LIB_LOC} -lsamplerate"
AC_MSG_RESULT( [found at ${CONFIG_SRC_PREFIX}] )
else
AC_MSG_WARN( [not found, building libsamplerate support])
AC_MSG_WARN( [not found, building without libsamplerate support])
fi
else
AC_MSG_RESULT( [building without libsamplerate support] )