Fwd: Question about ax_check_openssl
Philip Prindeville <[email protected]> Mon, 31 Jul 2017 17:46:41 -0600
| Newsgroups | gmane.comp.sysutils.autoconf.archive-maintainers |
|---|---|
| Message-ID | <[email protected]> |
Couldn’t reach Dustin… guess he’s no longer at Zmanda.com. Anyway, using (indirectly via iperf3) https://www.gnu.org/software/autoconf-archive/ax_check_openssl.html and can’t figure out how to tell this macro “don’t use OpenSSL even if you find it”. It doesn’t honor --without-openssl. Any thoughts? Thanks. > Begin forwarded message: > > From: Philip Prindeville <[email protected]> > Subject: Question about ax_check_openssl > Date: July 31, 2017 at 4:45:14 PM MDT > To: "Dustin J. Mitchell" <[email protected]> > > I’m building iperf3.2 which uses mx/ac_check_openssl.m4 but I’m running into a problem: > > https://github.com/esnet/iperf/issues/624 > > My build system has openssl-devel installed on it, so if I don’t specify --with-openssl=/usr it will find it anyway. > > Okay, that’s fine I guess. > > But I can’t specify --without-openssl or --disable-openssl if I want to build the project without OpenSSL encumbrance. > > What’s the workaround, if there is one? > > Thanks, > > -Philip >