diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-08 15:44:28 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-08 15:44:28 +0000 |
| commit | 4d6faca615d3d000a0974e8e9ad3755817cd7654 (patch) | |
| tree | 237c6601d50fc27110b82072d47ab18853c6ce21 /configh.in | |
| parent | a72fa970a73c71e1d556f18f333b9db7b920f7f3 (diff) | |
Add support for glutGetProcAddress() on Mac OS X and other platforms
via dlsym() (STR #1582)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5673 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configh.in b/configh.in index 45c5c7b79..0596dbc9f 100644 --- a/configh.in +++ b/configh.in @@ -288,5 +288,11 @@ #endif /* !HAVE_STRTOLL */ /* + * Do we have the dlsym() function? + */ + +#undef HAVE_DLSYM + +/* * End of "$Id$". */ |
