Aside from being unused, it is unclear why the Windows config.h was defining
this given it does not define `HAVE_GTKGL`.
else
PKG_CHECK_MODULES(GTKGLEXT, [gtkglext-1.0],[
use_gtkglext="Yes"
- AC_DEFINE_UNQUOTED(HAVE_GTKGLEXT,1,
- [Define if you have the gtkglext library])
AC_SUBST([GTKGLEXT_CFLAGS])
AC_SUBST([GTKGLEXT_LIBS])
],[
/* Define if you have the gtkgl library */
/* #undef HAVE_GTKGL */
-/* Define if you have the gtkglext library */
-#define HAVE_GTKGLEXT 1
-
/* Define if you have the gts library */
/* #undef HAVE_GTS */