| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: curl-config reports wrong info!
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 18 May 2001 11:43:49 +0200 (MET DST)
On Fri, 18 May 2001 curl_at_thewrittenword.com wrote:
> > But then, if you use --with-ssl for configure, it _will_ add those
Then what would configure do if --with-ssl is not specified? I like the fact
I also find it comfortable to specify "--with-ssl" when I have OpenSSL
> Here's the problem (BTW, --with-ssl=off is a currently workaround to this
Yeah, or if you write it "--without-ssl".
> If --with-ssl is given but no path is specified as to the location of the
They just run "./configure" and it'll find ssl by magic.
> I suggest something like the following to replace *all* of the above
This wouldn't do. We need an explicit way to tell it not to use SSL. Mostly
> dnl Quick check to decide if we need $EXTRA_SSL
I'm afraid this doesn't work. I made this test:
dnl check for crypto libs (part of SSLeay)
... the problem is that AC_CHECK_LIB() result is cached and thus the second
checking for CRYPTO_lock in -lcrypto... no
> BTW, a few comments on your use of $ac_... variables:
Ah, thanks for that. Makes the script a lot nicer!
--
Daniel Stenberg -- curl dude -- http://curl.haxx.se/
Received on 2001-05-18
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info