summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8231301)
raw | patch | inline | side by side (parent: 8231301)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 9 Mar 2016 22:44:42 +0000 (23:44 +0100) | ||
committer | Ruben 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.
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 | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index ed3a974961958a3f58506815850ac2532ba58fbd..9f812a93f249720e712ee6c197c1d8cafbbe1b78 100644 (file)
--- a/configure.ac
+++ b/configure.ac
]
)
-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])])