aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-09-06 09:29:06 +0000
committerEric Wong <normalperson@yhbt.net>2006-09-06 09:29:06 +0000
commit12d253118db6c83483ab477c5923663f18d80d35 (patch)
tree6d8bf03d68180f1a3ee98d0b0f08583b5b356ec7 /configure.ac
parentb78b0a7f09eb2c276cb62645c5f2481f205329a0 (diff)
downloadmpd-12d253118db6c83483ab477c5923663f18d80d35.tar.gz
mpd-12d253118db6c83483ab477c5923663f18d80d35.tar.xz
mpd-12d253118db6c83483ab477c5923663f18d80d35.zip
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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