# HG changeset patch # User faust3 # Date 1113743068 0 # Node ID 7706a3bef8a3a4a4b86545b6b9177320265f07ce # Parent 94c2be52269d0c37ef7c41930b3d729e891a9975 newer versions of mingws gcc do not like terminating slahes when specifying extra include paths diff -r 94c2be52269d -r 7706a3bef8a3 configure --- 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