Fix for the problem that the mesa libraries (e.g. gl.library) weren't
commit89391e2a50718d6c7ab01059ab9f183b9220c244
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 22 Jul 2014 17:19:50 +0000 (22 17:19 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 22 Jul 2014 17:19:50 +0000 (22 17:19 +0000)
tree090f366ce4191f62881b0405ffb54cd6330b4e5e
parent0cb1173e188def6a1cc17d8d7b1ffe135764b8a6
Fix for the problem that the mesa libraries (e.g. gl.library) weren't
built when --with-aros-toolchain was given in order to build it
with external toolchain.

The mesa libraries are only built when the define AROS_TARGET_TOOLCHAIN
ist set to "yes". Therefore we must set the configure variable
aros_target_toolchain to "yes" when --with-aros-toolchain was used.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49134 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
configure
configure.in