X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2d0a6606ee8899dfe372bbdc760fd15c14f3fceb..47854c5fdbdebaf707de438f0fa86c4cb99d2268:/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