From 83b26c9160270d9bab746d93d44b837b6483e7bb Mon Sep 17 00:00:00 2001 From: Jay Weisskopf Date: Sat, 6 Apr 2013 05:28:36 -0400 Subject: [PATCH] Fixed dlopen entry point retrieval mechanism. Added missing dlopen macro to config header template. --- src/config.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index b880ddd3..4e60ccf0 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -63,6 +63,8 @@ #cmakedefine _GLFW_HAS_GLXGETPROCADDRESSARB // Define this to 1 if glXGetProcAddressEXT is available #cmakedefine _GLFW_HAS_GLXGETPROCADDRESSEXT +// Define this to 1 if dlopen is available +#cmakedefine _GLFW_HAS_DLOPEN // Define this to 1 if glfwInit should change the current directory #cmakedefine _GLFW_USE_CHDIR