diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
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 |