mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
* dynl.c: Include "dynl-dl.c" also when HAVE_DLOPEN is defined.
This commit is contained in:
parent
21fdbaeee4
commit
5ddca2ef51
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ static void *sysdep_dynl_link SCM_P ((char *filename, char *subr));
|
|||
static void sysdep_dynl_unlink SCM_P ((void *handle, char *subr));
|
||||
static void *sysdep_dynl_func SCM_P ((char *symbol, void *handle, char *subr));
|
||||
|
||||
#ifdef HAVE_LIBDL
|
||||
#if defined (HAVE_LIBDL) || defined (HAVE_DLOPEN)
|
||||
#include "dynl-dl.c"
|
||||
#else
|
||||
#ifdef HAVE_SHL_LOAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue