sigh, swap || for &&.

Originally committed to SVN as r2243.
This commit is contained in:
Amar Takhar 2008-07-05 18:51:30 +00:00
parent ef481e8045
commit 25ece3ab55
1 changed files with 1 additions and 1 deletions

View File

@ -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