From be34a7a9b63fa699496d47609e7f209df8508300 Mon Sep 17 00:00:00 2001 From: Adrian Knoth Date: Tue, 21 Feb 2012 19:11:09 +0100 Subject: [PATCH] Re-add missing fix for libsamplerate This was accidentally lost in 38a26f5b --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e881377..07a8326 100644 --- a/configure.ac +++ b/configure.ac @@ -663,7 +663,7 @@ fi # NetJack backend and internal client need libsamplerate HAVE_SAMPLERATE=false -#PKG_CHECK_MODULES(SAMPLERATE, samplerate >= 0.1.2,[HAVE_SAMPLERATE=true], [true]) +PKG_CHECK_MODULES(SAMPLERATE, samplerate >= 0.1.2,[HAVE_SAMPLERATE=true], [true]) if test x$HAVE_SAMPLERATE = xfalse; then AC_MSG_WARN([*** the NetJack backend and internal client will not be built]) AC_DEFINE(HAVE_SAMPLERATE,0,"Whether libsamplerate is available")