configure: Don't substitute `DLPREOPEN'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 10 Dec 2008 08:57:33 +0000 (09:57 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 10 Dec 2008 09:08:04 +0000 (10:08 +0100)
* configure.in: Don't substitute `DLPREOPEN' since it's no longer used
  (see commit 72db29f200c38fca64a8ccd0d679821eb25de5a9).

configure.in

index 8c80d43..55a2ff2 100644 (file)
@@ -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)