Skip to content

Commit

Permalink
--ca shows ca bundle path
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 30, 2002
1 parent 73f0e32 commit 98e1605
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions curl-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Usage: curl-config [OPTION]
Available values for OPTION include:
--ca ca bundle install path
--cc compiler
--cflags pre-processor and compiler flags
--feature newline separated list of enabled features
Expand Down Expand Up @@ -43,6 +44,10 @@ while test $# -gt 0; do
esac

case "$1" in
--ca)
echo @CURL_CA_BUNDLE@
;;

--cc)
echo @CC@
;;
Expand Down

0 comments on commit 98e1605

Please sign in to comment.