summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
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