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:
Manolo Gouy 2015-06-09 07:51:55 +00:00
parent 8df7d62951
commit ca85f4a21e

View File

@ -874,7 +874,7 @@ case $host_os_gui in
if test x$enable_gl != xno; then if test x$enable_gl != xno; then
AC_DEFINE(HAVE_GL) AC_DEFINE(HAVE_GL)
AC_DEFINE(HAVE_GL_GLU_H) AC_DEFINE(HAVE_GL_GLU_H)
GLLIB="-framework AGL -framework OpenGL -framework ApplicationServices" GLLIB="-framework OpenGL"
else else
LINKFLTKGL="" LINKFLTKGL=""
GLLIBNAME="" GLLIBNAME=""