# HG changeset patch # User diego # Date 1163984157 0 # Node ID 738425edf828fbb3840dde6919b90fe11f70c6af # Parent 8f6483942b59c10fc4a67576c126f7cdf2084065 100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at diff -r 8f6483942b59 -r 738425edf828 configure --- a/configure Mon Nov 20 00:19:43 2006 +0000 +++ b/configure Mon Nov 20 00:55:57 2006 +0000 @@ -5434,7 +5434,7 @@ 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 @@ # 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"