From c57d870c73f1256880473b10563992fb10184b05 Mon Sep 17 00:00:00 2001 From: "oetelaar.automatisering@gmail.com" Date: Sun, 26 May 2013 10:22:35 +0000 Subject: [PATCH] fix message from configure about libsamplerate --- darkice/branches/darkice-next/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkice/branches/darkice-next/configure.in b/darkice/branches/darkice-next/configure.in index e359dcb..ef89ac8 100644 --- a/darkice/branches/darkice-next/configure.in +++ b/darkice/branches/darkice-next/configure.in @@ -406,7 +406,7 @@ if test "x${USE_SRC}" = "xyes" ; then SRC_LDFLAGS="-L${SRC_LIB_LOC} -lsamplerate" AC_MSG_RESULT( [found at ${CONFIG_SRC_PREFIX}] ) else - AC_MSG_WARN( [not found, building libsamplerate support]) + AC_MSG_WARN( [not found, building without libsamplerate support]) fi else AC_MSG_RESULT( [building without libsamplerate support] )