From a262a3633a851d51dc99447f36fa0eec28c915ce Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 6 May 2005 17:39:59 +0000 Subject: [PATCH] * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Propogate ltdl directory. --- ChangeLog | 4 ++++ m4/ltdl.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e6b1cb5e..db93564c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-05-06 Gary V. Vaughan + + * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Propogate ltdl directory. + 2005-05-02 Ralf Wildenhues * Makefile.am (stamp-vcl): Use `diff' instead of `cmp'. diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index 5f46c600..845bf6e4 100644 --- a/m4/ltdl.m4 +++ b/m4/ltdl.m4 @@ -33,7 +33,7 @@ fi if test "x$enable_ltdl_install" != xyes; then # If the user did not specify an installable libltdl, then default # to a convenience lib. - LTDL_CONVENIENCE + LTDL_CONVENIENCE([$1]) fi if test "x$with_included_ltdl" = xno; then