From 3443ff673c02123226bc3838ee4d9ed4831ff717 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Wed, 9 Mar 2016 23:44:42 +0100 Subject: [PATCH] Revert "Fix building with older versions of libtool" While this fixed building from git on EL5, it broke building from tarballs. Since the latter is more important, revert this until I can get to the bottom of it. This reverts commit 5a911ceb65165a4293830503afd257a9bd474bc7. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ed3a9749..9f812a93 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ m4_ifdef([LT_PACKAGE_VERSION], ] ) -AM_CONDITIONAL([BUILD_INCLUDED_LTDL], [test "x${LIBLTDL}" = 'x${top_builddir}/libltdl/libltdlc.la']) +AM_CONDITIONAL([BUILD_INCLUDED_LTDL], [test "x$LTDLDEPS" != "x"]) AM_INIT_AUTOMAKE([tar-pax dist-bzip2 foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- 2.11.0