mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
configure: Don't substitute `DLPREOPEN'.
* configure.in: Don't substitute `DLPREOPEN' since it's no longer used
(see commit 72db29f200
).
This commit is contained in:
parent
69986e21d3
commit
bbfbb2a7cd
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ AC_PROG_LIBTOOL
|
|||
AC_CHECK_LIB([ltdl], [lt_dlinit], ,
|
||||
[AC_MSG_ERROR([libltdl not found. See README.])])
|
||||
|
||||
AC_SUBST(DLPREOPEN)
|
||||
|
||||
AC_CHECK_PROG(have_makeinfo, makeinfo, yes, no)
|
||||
AM_CONDITIONAL(HAVE_MAKEINFO, test "$have_makeinfo" = yes)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue