mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 05:30:21 +02:00
*** empty log message ***
This commit is contained in:
parent
db1e65d571
commit
774b7f2281
3 changed files with 288 additions and 489 deletions
|
@ -1,3 +1,9 @@
|
|||
1997-11-24 Tim Pierce <twp@twp.tezcat.com>
|
||||
|
||||
* acinclude.m4: Assume dlsym does not add underscore if
|
||||
cross-compiling.
|
||||
* aclocal.m4, configure: Regenderated.
|
||||
|
||||
1997-11-21 Tim Pierce <twp@twp.tezcat.com>
|
||||
|
||||
* acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
|
||||
|
|
|
@ -134,7 +134,8 @@ main() { void *self, *ptr1, *ptr2; self=dlopen(NULL,RTLD_LAZY);
|
|||
if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
|
||||
if(ptr1 && !ptr2) exit(0); } exit(1); }
|
||||
], [guile_cv_dlsym_adds_uscore=yes
|
||||
AC_DEFINE(DLSYM_ADDS_USCORE) ], guile_cv_dlsym_adds_uscore=no))
|
||||
AC_DEFINE(DLSYM_ADDS_USCORE) ], guile_cv_dlsym_adds_uscore=no,
|
||||
guile_cv_dlsym_adds_uscore=no))
|
||||
|
||||
AC_MSG_RESULT($guile_cv_dlsym_adds_uscore)
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue