Automated update from host egg.build.mozilla.org

git-svn-id: svn://10.0.0.236/trunk@247772 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld 2008-03-13 21:21:01 +00:00
parent a0e7662a63
commit 442aacedbc

2
mozilla/configure vendored
View File

@ -4048,7 +4048,7 @@ done
case "$PBBUILD" in
*xcodebuild*)
XCODEBUILD_VERSION=`$PBBUILD -version 2>/dev/null | sed -e 's/.*DevToolsCore-\([0-9]*\).*/\1/' | tail -n 1`
XCODEBUILD_VERSION=`$PBBUILD -version 2>/dev/null | xargs | sed -e 's/.*DevToolsCore-\([0-9]*\).*/\1/'`
if test -n "$XCODEBUILD_VERSION" && test "$XCODEBUILD_VERSION" -ge 620 ; then
HAS_XCODE_2_1=1;