From e6edcc18a5cb31ec3ee7b56ee296a5375e5fa288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 10 Dec 2008 09:57:33 +0100 Subject: [PATCH] configure: Don't substitute `DLPREOPEN'. * configure.in: Don't substitute `DLPREOPEN' since it's no longer used (see commit 72db29f200c38fca64a8ccd0d679821eb25de5a9). --- configure.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.in b/configure.in index c71dbd8dd..a676ffb25 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)