From 6b4f279e4a8b61fbaf7dd6a57ad6e9b148158d87 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 12 Jul 2011 14:56:05 +0300 Subject: Fix opengl flag for mac compilation. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5875a2325..1a90b4e54 100755 --- a/configure.ac +++ b/configure.ac @@ -130,10 +130,10 @@ else if test "x$applebuild_enabled" == "xfalse"; then AC_CHECK_LIB([GL], [glBegin], , AC_MSG_ERROR([ *** Unable to find OpenGL library])) - AC_DEFINE(USE_OPENGL, 1, [Defines if ManaPlus should have OpenGL support]) else LDFLAGS="$LDFLAGS -framework OpenGL" fi + AC_DEFINE(USE_OPENGL, 1, [Defines if ManaPlus should have OpenGL support]) fi # Option to enable internal guichan -- cgit v1.2.3-70-g09d2