mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Ryan Weaver's fix to prevent the ca bundle to get installed even when
building curl without SSL support!
This commit is contained in:
parent
7fd91d70bd
commit
6ed0da8e98
@ -834,6 +834,11 @@ AC_HELP_STRING([--without-ca-bundle], [Don't install the CA bundle]),
|
|||||||
fi
|
fi
|
||||||
] )
|
] )
|
||||||
|
|
||||||
|
if test X"$OPT_SSL" = Xno
|
||||||
|
then
|
||||||
|
ca="no"
|
||||||
|
fi
|
||||||
|
|
||||||
if test "x$ca" = "xno"; then
|
if test "x$ca" = "xno"; then
|
||||||
dnl let's not keep "no" as path name, blank it instead
|
dnl let's not keep "no" as path name, blank it instead
|
||||||
ca=""
|
ca=""
|
||||||
|
Loading…
Reference in New Issue
Block a user