From ca85f4a21e0b4311775be4c93863c0dba486170d Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 9 Jun 2015 07:51:55 +0000 Subject: 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- cgit v1.2.3