From 12d253118db6c83483ab477c5923663f18d80d35 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 6 Sep 2006 09:29:06 +0000 Subject: configure.ac: fix an obvious typo for setting mpcdec libs git-svn-id: https://svn.musicpd.org/mpd/trunk@4739 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 29532e2ba..456cc174e 100644 --- a/configure.ac +++ b/configure.ac @@ -318,7 +318,7 @@ if test x$enable_mpc = xyes; then if test "x$mpcdec_libraries" != "x" ; then MPCDEC_LIBS="-L$mpcdec_libraries" elif test "x$mpcdec_prefix" != "x" ; then - MPCDEC_LIBS="-L$faad_prefix/lib" + MPCDEC_LIBS="-L$mpcdec_prefix/lib" elif test "x$prefix" != "xNONE"; then MPCDEC_LIBS="-L$libdir" fi -- cgit v1.2.3