summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-06-09 07:51:55 +0000
committerManolo Gouy <Manolo>2015-06-09 07:51:55 +0000
commitca85f4a21e0b4311775be4c93863c0dba486170d (patch)
tree1e2d810962d8b5470b39d9c38cf8606d424cf578
parent8df7d62951e739137179a98b1449382955ae0358 (diff)
No longer use "-framework AGL" link arguments on the mac with OpenGL apps.
This change in configure.in affects also fltk-config. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10745 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-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=""