|
|
@ -80,6 +80,7 @@ case $host_os in |
|
|
|
build_egl=no |
|
|
|
build_egl=no |
|
|
|
build_glx=yes |
|
|
|
build_glx=yes |
|
|
|
build_wgl=no |
|
|
|
build_wgl=no |
|
|
|
|
|
|
|
build_apple=yes |
|
|
|
has_znow=no |
|
|
|
has_znow=no |
|
|
|
EPOXY_LINK_LIBS="" |
|
|
|
EPOXY_LINK_LIBS="" |
|
|
|
;; |
|
|
|
;; |
|
|
@ -110,6 +111,11 @@ if test x$build_wgl = xyes; then |
|
|
|
AC_DEFINE([BUILD_WGL], [1], [build WGL tests]) |
|
|
|
AC_DEFINE([BUILD_WGL], [1], [build WGL tests]) |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AM_CONDITIONAL(BUILD_APPLE, test x$build_apple = xyes) |
|
|
|
|
|
|
|
if test x$build_apple = xyes; then |
|
|
|
|
|
|
|
AC_DEFINE([BUILD_APPLE], [1], [build APPLE is apple (for testing)]) |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
AM_CONDITIONAL(HAS_ZNOW, test x$has_znow = xyes) |
|
|
|
AM_CONDITIONAL(HAS_ZNOW, test x$has_znow = xyes) |
|
|
|
|
|
|
|
|
|
|
|
AC_CHECK_LIB([dl], [dlopen], [DLOPEN_LIBS="-ldl"]) |
|
|
|
AC_CHECK_LIB([dl], [dlopen], [DLOPEN_LIBS="-ldl"]) |
|
|
|