From ef481e80450f8405885c72b91695bb3cbdde70e0 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 5 Jul 2008 18:48:29 +0000 Subject: [PATCH] GLU is included with -framework OpenGL, avoid the failure message if $build_darwin is set. Originally committed to SVN as r2242. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3d803c109..a3dea978a 100644 --- a/configure.in +++ b/configure.in @@ -210,7 +210,7 @@ int main(void) { return 0; }]) -if test "$agi_with_openglu" = "no"; then +if test "$agi_with_openglu" = "no" || test "$build_darwin" != "yes"; then AC_MSG_FAILURE([Please install a working OpenGL GLU library.]) fi