From 4adbdaebd56ae7cd49b7f05f70809da7c9b2b9a7 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 11 Jun 2003 02:20:28 +0000 Subject: Make configure output codec paths more consistently. Patch by Nilmoni Deb . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10279 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8c71da7975..6a3cbbaec3 100755 --- a/configure +++ b/configure @@ -4299,7 +4299,7 @@ if test "$_xanim" = auto ; then 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 @@ if test "$_real" = auto ; then 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' -- cgit v1.2.3