# HG changeset patch # User diego # Date 1055298028 0 # Node ID 167b0125eec6d3c0c9f441ac4ac42f5a6b1e92e1 # Parent 157cb3f9245ef9d40ddb75aaddc7519504112170 Make configure output codec paths more consistently. Patch by Nilmoni Deb . diff -r 157cb3f9245e -r 167b0125eec6 configure --- a/configure Wed Jun 11 00:39:50 2003 +0000 +++ b/configure Wed Jun 11 02:20:28 2003 +0000 @@ -4299,7 +4299,7 @@ echores "no (dynamic loader support needed)" fi else - echores "$_xanim" + echores "$_xanim (using $_xanimlibdir)" fi if test "$_xanim" = yes ; then _def_xanim='#define USE_XANIM 1' @@ -4343,7 +4343,7 @@ echores "no (dynamic loader support needed)" fi else - echores "$_real" + echores "$_real (using $_reallibdir)" fi if test "$_real" = yes ; then _def_real='#define USE_REALCODECS 1'