fix message from configure about libsamplerate
This commit is contained in:
parent
d884ba0153
commit
c57d870c73
|
@ -406,7 +406,7 @@ if test "x${USE_SRC}" = "xyes" ; then
|
||||||
SRC_LDFLAGS="-L${SRC_LIB_LOC} -lsamplerate"
|
SRC_LDFLAGS="-L${SRC_LIB_LOC} -lsamplerate"
|
||||||
AC_MSG_RESULT( [found at ${CONFIG_SRC_PREFIX}] )
|
AC_MSG_RESULT( [found at ${CONFIG_SRC_PREFIX}] )
|
||||||
else
|
else
|
||||||
AC_MSG_WARN( [not found, building libsamplerate support])
|
AC_MSG_WARN( [not found, building without libsamplerate support])
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT( [building without libsamplerate support] )
|
AC_MSG_RESULT( [building without libsamplerate support] )
|
||||||
|
|
Loading…
Reference in New Issue