buid.xml: Remove env.AL requirement from optionals build

This commit is contained in:
Elias Naur 2006-11-14 09:32:04 +00:00
parent a853b2ba69
commit e6d6ddb921
1 changed files with 0 additions and 1 deletions

View File

@ -748,7 +748,6 @@
<!-- check for required properties -->
<property environment="env"/>
<fail message="Missing AL path environment property" unless="env.AL"/>
<fail message="Missing FMOD path environment property" unless="env.FMOD"/>
<exec executable="make" dir="${lwjgl.src.native}/common/devil">