summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 00:55:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 00:55:57 +0000
commite7a8c1e4781186e93cd539a9526cbaa75306c45b (patch)
tree41160cc204761c9660ced4ee583d09ca3c0fd9a1 /configure
parent9f13bd3d81fbd4356977df4112c20b7f7482ce68 (diff)
downloadmpv-e7a8c1e4781186e93cd539a9526cbaa75306c45b.tar.bz2
mpv-e7a8c1e4781186e93cd539a9526cbaa75306c45b.tar.xz
100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21090 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2a40090fc6..024e5b2023 100755
--- a/configure
+++ b/configure
@@ -5434,7 +5434,7 @@ fi
if test "$_fribidi" = yes ; then
_def_fribidi='#define USE_FRIBIDI'
_inc_extra="$_inc_extra `$_fribidiconfig --cflags`"
- _ld_extra="$_ld_extra `$_fribidiconfig --libs`
+ _ld_extra="$_ld_extra `$_fribidiconfig --libs`"
else
_def_fribidi='#undef USE_FRIBIDI'
fi
@@ -6777,7 +6777,7 @@ echocheck "network"
# FIXME network check
if test "$_network" = yes ; then
_def_network='#define MPLAYER_NETWORK 1'
- _ld_extra="_ld_extra $_ld_sock"
+ _ld_extra="$_ld_extra $_ld_sock"
_inputmodules="network $_inputmodules"
else
_noinputmodules="network $_noinputmodules"