1
Fork 0
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:
Andy Wingo 2018-07-01 20:59:29 +02:00
parent 92a75703b1
commit fdfbfccdd6

View file

@ -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 ;;