Revert "configure: Fix for whitespace in path"

This reverts commit 5369d17d119d1ae8e496805ed7c820bbfaa9accd.

Breaks the build. Take the walk of shame.
This commit is contained in:
Alexander von Gluck IV 2013-11-23 12:13:26 -06:00
parent 5369d17d11
commit bae76b3783

2
configure vendored
View File

@ -772,7 +772,7 @@ else
SECONDARY_ARCH=$secondaryArch \
HAIKU_USE_GCC_GRAPHITE=`get_variable \
HAIKU_USE_GCC_GRAPHITE_$targetArch` \
"$script" "$sourceDir" "$buildCrossTools" "$crossToolsDir" \
$script "$sourceDir" "$buildCrossTools" "$crossToolsDir" \
$buildCrossToolsJobs || exit 1
crossToolsPrefix="$crossToolsDir/bin/${targetMachine}-"
fi