I do not wish to disable libmad support. Here is a cut and paste from the ./configure output and my checks for libmad
-----------------------------------------------------------------------------------------------
checking for mad_decoder_init in -lmad... no
configure: error: *** libmad not found. Run configure --without-libmad to disable it.
[root@localhost audacity-src-1.2.6]# find / -name libmad* -print
/usr/local/lib/libmad.la
/usr/local/lib/libmad.so.0
/usr/local/lib/libmad.a
/usr/local/lib/libmad.so
/usr/local/lib/libmad.so.0.2.1
[root@localhost audacity-src-1.2.6]# echo $LD_LIBRARY_PATH
/usr/local/Trolltech/Qt-4.5.3/lib:/usr/local/lib:/root/wxGTK/wxGTK-2.8.10/buildgtk:/root/wxWidgets/wxX11-2.8.10:/opt/wx/2.8/lib
-----------------------------------------------------------------------------------------------------
This is a redhat enterprise linux 5 operating system
