X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2d0a6606ee8899dfe372bbdc760fd15c14f3fceb..a19aff42f016c18d2e0f437d56788ae34f40500b:/configure.ac diff --git a/configure.ac b/configure.ac index f527fff..e48cce2 100644 --- a/configure.ac +++ b/configure.ac @@ -841,6 +841,9 @@ fi if test $want_python = no; then AC_MSG_WARN([cannot run the test suit without Python]) fi +if test $want_server = yes && test "$ac_cv_lib_samplerate_src_new" != yes; then + AC_MSG_WARN([libsamplerate will be required in a future version]) +fi # Local Variables: # indent-tabs-mode:nil