summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9db8e1d61..963dc6eed 100644
--- a/configure.in
+++ b/configure.in
@@ -874,7 +874,7 @@ case $host_os_gui in
if test x$enable_gl != xno; then
AC_DEFINE(HAVE_GL)
AC_DEFINE(HAVE_GL_GLU_H)
- GLLIB="-framework AGL -framework OpenGL -framework ApplicationServices"
+ GLLIB="-framework OpenGL"
else
LINKFLTKGL=""
GLLIBNAME=""