mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
Remove lightning configure snippet related to libdl
* libguile/lightning/configure.ac: Remove checks for how to add libdl, as embedder will handle this.
This commit is contained in:
parent
92a75703b1
commit
fdfbfccdd6
1 changed files with 0 additions and 7 deletions
|
@ -2,13 +2,6 @@ LIGHTNING_CFLAGS=
|
|||
|
||||
AC_CHECK_FUNCS(mremap ffsl isnan isinf,,)
|
||||
|
||||
case "$host_os" in
|
||||
*bsd*|osf*) SHLIB="" ;;
|
||||
*hpux*) SHLIB="-ldld" ;;
|
||||
*) SHLIB="-ldl" ;;
|
||||
esac
|
||||
AC_SUBST(SHLIB)
|
||||
|
||||
cpu=
|
||||
case "$target_cpu" in
|
||||
i?86|x86_64|amd64) cpu=x86 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue