From: Ruben Kerkhof Date: Wed, 9 Mar 2016 22:44:42 +0000 (+0100) Subject: Revert "Fix building with older versions of libtool" X-Git-Tag: collectd-5.6.0~393 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=3443ff673c02123226bc3838ee4d9ed4831ff717;p=collectd.git 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. --- 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])])