chiark / gitweb /
Warn that libsamplerate will become non-optional (for server builds)
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 21 Nov 2009 10:29:10 +0000 (10:29 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 21 Nov 2009 10:29:10 +0000 (10:29 +0000)
configure.ac

index f527fffb6c9e75de5d95e27c2627dbbeed3b727b..e48cce252c3c2b1517ecc004fb2783f5cdb7611b 100644 (file)
@@ -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