Ryan Weaver's fix to prevent the ca bundle to get installed even when

building curl without SSL support!
This commit is contained in:
Daniel Stenberg 2003-04-06 12:29:45 +00:00
parent 7fd91d70bd
commit 6ed0da8e98
1 changed files with 5 additions and 0 deletions

View File

@ -834,6 +834,11 @@ AC_HELP_STRING([--without-ca-bundle], [Don't install the CA bundle]),
fi
] )
if test X"$OPT_SSL" = Xno
then
ca="no"
fi
if test "x$ca" = "xno"; then
dnl let's not keep "no" as path name, blank it instead
ca=""