bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo (bug?) in libtool.m4 + patch


From: Peter Breitenlohner
Subject: Typo (bug?) in libtool.m4 + patch
Date: Mon, 19 Jun 2006 14:19:35 +0200 (CEST)

I have noticed a typo in libtool.m4 (from libtool-1.5.22).

In two (nested) places the file uses something like

        AC_CHECK_LIB([dld], [FUNC],
            [lt_cv_dlopen="FUNC" lt_cv_dlopen_libs="-dld"],
          [ACTION-IF-NOT-FOUND])

I think this is a typo and ought to read

                                 lt_cv_dlopen_libs="-ldld"

as per the attached patch.

The generated configure scripts will probably fail for systems where libdld
is required (which are these?).

regards
Peter Breitenlohner <address@hidden>

Attachment: libtool-1.5.22-patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]