]> granicus.if.org Git - curl/commitdiff
Ryan Weaver's fix to prevent the ca bundle to get installed even when
authorDaniel Stenberg <daniel@haxx.se>
Sun, 6 Apr 2003 12:29:45 +0000 (12:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 6 Apr 2003 12:29:45 +0000 (12:29 +0000)
building curl without SSL support!

configure.ac

index 43e916eedace9871837a1c6fde616ca9bbe13734..b74c33bf2e9d81f544c95ef6c37a0bee9e548ba6 100644 (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=""