From: Ludovic Courtès Date: Wed, 10 Dec 2008 08:57:33 +0000 (+0100) Subject: configure: Don't substitute `DLPREOPEN'. X-Git-Url: http://git.hcoop.net/bpt/guile.git/commitdiff_plain/bbfbb2a7cd6313978435ce57283fb09ad002c04a configure: Don't substitute `DLPREOPEN'. * configure.in: Don't substitute `DLPREOPEN' since it's no longer used (see commit 72db29f200c38fca64a8ccd0d679821eb25de5a9). --- diff --git a/configure.in b/configure.in index 8c80d43d9..55a2ff2fc 100644 --- a/configure.in +++ b/configure.in @@ -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)