summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 01:31:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 01:31:15 +0000
commit78c81d5323fd3ac7320e32663f9adfac6ea6cbbd (patch)
treea9039f4b118c37ce1c3cdd97113766fc74d0c32b /configure
parent0cacea020eaec06883319abd98c681c54aba1ef4 (diff)
downloadmpv-78c81d5323fd3ac7320e32663f9adfac6ea6cbbd.tar.bz2
mpv-78c81d5323fd3ac7320e32663f9adfac6ea6cbbd.tar.xz
another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21092 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fdada3e117..28de61b3a8 100755
--- a/configure
+++ b/configure
@@ -5120,7 +5120,7 @@ fi
if test "$_dvdnav" = yes ; then
_largefiles=yes
_def_dvdnav='#define USE_DVDNAV 1'
- _ld_extra="$_ld_extra $_dvdnavconfig --libs"
+ _ld_extra="$_ld_extra `$_dvdnavconfig --libs`"
_dvdnav_version=`$_dvdnavconfig --version | sed "s/\.//g"`
_def_dvdnav_version="#define DVDNAVVERSION $_dvdnav_version"
_inc_extra="$_inc_extra `$_dvdnavconfig --cflags`"