shithub: sox

Download patch

ref: e3aebd35211cb2e91fe5627c5b0db4de65686432
parent: f04d6f6a33a93eb572e97eb143d263d87e9fb3b9
author: Chris Bagwell <chris@cnpbagwell.com>
date: Sat Jan 21 14:11:01 EST 2012

Fix configure status msg when dlopen'ing lame

--- a/configure.ac
+++ b/configure.ac
@@ -638,7 +638,9 @@
 echo " id3tag....................$using_id3tag"
 echo " lame......................$using_lame"
 if test "x$using_lame" = "xyes"; then
+if test "x$enable_dl_lame" != "xyes"; then
 echo " lame id3tag...............$ac_cv_lib_mp3lame_id3tag_set_fieldvalue"
+fi
 echo " dlopen lame...............$enable_dl_lame"
 fi
 echo " mad.......................$using_mad"