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
This commit is contained in:
parent
8df7d62951
commit
ca85f4a21e
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user