Bug 223323: fix building under panther, where pbxbuild is replaced by xcodebuild. r=pink, sr=bryner.

This commit is contained in:
sfraser%netscape.com 2003-10-23 17:47:33 +00:00
Родитель fe1dc3fe0a
Коммит a54d4e3f1b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -491,7 +491,7 @@ if test -z "$XARGS" || test "$XARGS" = ":"; then
fi
case "$target_os" in
darwin*)
AC_PATH_PROGS(PBBUILD, pbbuild pbxbuild)
AC_PATH_PROGS(PBBUILD, pbbuild pbxbuild xcodebuild)
;;
esac