summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-26 03:09:57 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-26 03:09:57 +0000
commit3eb9a68435f91fd846cc255776a6d19417c24ff8 (patch)
tree4a0be27282c654ff6a1d5a1879ee4adf0774a266 /configure
parent72b8900abdfabef9bc4de0aaef8b49c5362d891c (diff)
downloadmpv-3eb9a68435f91fd846cc255776a6d19417c24ff8.tar.bz2
mpv-3eb9a68435f91fd846cc255776a6d19417c24ff8.tar.xz
I wonder noone noticed this, wrong output of extra[inc|lib]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5349 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 062314faaf..617e38daac 100755
--- a/configure
+++ b/configure
@@ -1175,16 +1175,16 @@ fi
echocheck "extra headers"
-if test "$_extraincdir" ; then
- echores "$_extraincdir"
+if test "$_inc_extra" ; then
+ echores "$_inc_extra"
else
echores "none"
fi
echocheck "extra libs"
-if test "$_extralibdir" ; then
- echores "$_extralibdir"
+if test "$_ld_extra" ; then
+ echores "$_ld_extra"
else
echores "none"
fi