Remove yasm check. Looks like I had accidentally (?) disabled the
version already. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43165 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ba5e652d79
commit
bd291de302
24
configure
vendored
24
configure
vendored
@ -464,30 +464,6 @@ case "${platform}" in
|
||||
exit 1 ;;
|
||||
esac
|
||||
|
||||
# check yasm version
|
||||
if [ $targetArch = "x86" ]; then
|
||||
$HAIKU_YASM --version > /dev/null || {
|
||||
echo "The yasm assembler version 0.7.0 or later must be installed."
|
||||
echo "Download from: http://www.tortall.net/projects/yasm/wiki/Download"
|
||||
exit 1
|
||||
}
|
||||
|
||||
set -- $($HAIKU_YASM --version | head -n 1)
|
||||
versionOK=0
|
||||
case $2 in
|
||||
0.[0-6].*) ;;
|
||||
*) versionOK=1 ;;
|
||||
esac
|
||||
versionOK=1
|
||||
|
||||
if [ $versionOK = 0 ]; then
|
||||
echo "The yasm assembler version 0.7.0 or later must be installed."
|
||||
echo "The installed version is $2."
|
||||
echo "Download from: http://www.tortall.net/projects/yasm/wiki/Download"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
# check common locations for sfdisk
|
||||
for sfdiskDir in /sbin /usr/sbin /usr/local/sbin ; do
|
||||
if [ -e ${sfdiskDir}/${SFDISK_BINARY} ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user