summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-17 13:04:28 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-17 13:04:28 +0000
commit4654ffb5b7046bea00f7b39a498f3f0089b5553c (patch)
tree3d17ad544d1e74a62d0cbd78d4c7124594a09fdb /configure
parent9a207496693748c9ab8c204f8b72ca8e69dbce76 (diff)
downloadmpv-4654ffb5b7046bea00f7b39a498f3f0089b5553c.tar.bz2
mpv-4654ffb5b7046bea00f7b39a498f3f0089b5553c.tar.xz
newer versions of mingws gcc do not like terminating slahes when specifying extra include paths
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15202 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 e2f0469335..4e2be85f38 100755
--- a/configure
+++ b/configure
@@ -5614,7 +5614,7 @@ EOF
fi
fi
- if test "$_live_dist" = no && test "$_livelibdir" && cc_check -I$_livelibdir/liveMedia/include/ \
+ if test "$_live_dist" = no && test "$_livelibdir" && cc_check -I$_livelibdir/liveMedia/include \
-I$_livelibdir/UsageEnvironment/include -I$_livelibdir/groupsock/include; then
_live=yes
else