Fixed problem potentially introduced in previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4387 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
6a6f2684c7
commit
e8e8b1c876
@ -241,13 +241,12 @@ case "${host}" in
|
||||
return 0;
|
||||
}
|
||||
],
|
||||
irrlicht_sample_built_fine="true"
|
||||
works_with_Xxf86vm="true"
|
||||
,
|
||||
)
|
||||
works_with_Xxf86vm="true",
|
||||
)
|
||||
|
||||
if test x$works_with_Xxf86vm = xtrue; then
|
||||
irrlicht_LIBS="$irrlicht_LIBS -lXxf86vm"
|
||||
irrlicht_sample_built_fine="true"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user