Mercurial > mplayer.hg
diff configure @ 15201:7706a3bef8a3
newer versions of mingws gcc do not like terminating slahes when specifying extra include paths
author | faust3 |
---|---|
date | Sun, 17 Apr 2005 13:04:28 +0000 |
parents | a7f11c8091e4 |
children | e84a6ae9d51e |
line wrap: on
line diff
--- a/configure Sun Apr 17 12:23:18 2005 +0000 +++ b/configure Sun Apr 17 13:04:28 2005 +0000 @@ -5614,7 +5614,7 @@ 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