forked from mia/Aegisub
sigh, swap || for &&.
Originally committed to SVN as r2243.
This commit is contained in:
parent
ef481e8045
commit
25ece3ab55
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ int main(void) {
|
|||
return 0;
|
||||
}])
|
||||
|
||||
if test "$agi_with_openglu" = "no" || test "$build_darwin" != "yes"; then
|
||||
if test "$agi_with_openglu" = "no" && test "$build_darwin" != "yes"; then
|
||||
AC_MSG_FAILURE([Please install a working OpenGL GLU library.])
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue