summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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'