changeset 10278:167b0125eec6

Make configure output codec paths more consistently. Patch by Nilmoni Deb <ndeb@ece.cmu.edu>.
author diego
date Wed, 11 Jun 2003 02:20:28 +0000
parents 157cb3f9245e
children e79162f48087
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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'