Code

Revert "Fix building with older versions of libtool"
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 9 Mar 2016 22:44:42 +0000 (23:44 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 9 Mar 2016 22:44:42 +0000 (23:44 +0100)
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

index ed3a974961958a3f58506815850ac2532ba58fbd..9f812a93f249720e712ee6c197c1d8cafbbe1b78 100644 (file)
@@ -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])])