bug-autoconf
[Top][All Lists]
Advanced

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

Re: m4 check for OpenSSL does not consider multi-arch setups


From: Mike Frysinger
Subject: Re: m4 check for OpenSSL does not consider multi-arch setups
Date: Mon, 18 Aug 2014 07:57:02 -0400
User-agent: KMail/4.13.3 (Linux/3.14.2; KDE/4.13.3; x86_64; ; )

On Sat 16 Aug 2014 14:27:48 Eric Blake wrote:
> On 08/16/2014 02:21 PM, victor jimenez wrote:
> > In distributions that use multi-arch setup (such as Debian 7) libssl.a is
> > installed in /usr/lib/x86_64-linux-gnu. That renders the m4
> > macro ax_check_openssl.m4 useless for such systems since the library is
> > only looked for in the following paths:
> > 
> > ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr"
> 
> Thanks for the report.  However, autoconf is not the owner of
> ax_check_openssl.m4, so you'll have to redirect your report to the
> author of that file if you want anything to change.

they can be found here:
https://lists.gnu.org/mailman/listinfo/autoconf-archive-maintainers

however, i think this m4 should just be punted.  you should update your code 
to use the pkg-config files that openssl now provides.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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