From e7a8c1e4781186e93cd539a9526cbaa75306c45b Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 20 Nov 2006 00:55:57 +0000 Subject: [PATCH] 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 --- configure | 4 ++-- 1 file 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"