aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f342946a6..350931df0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -113,6 +113,11 @@ if CABUNDLE
else
echo '#undef CURL_CA_BUNDLE /* unknown default path */' >> $@
endif
+if CAPATH
+ echo '#define CURL_CA_PATH @CURL_CA_PATH@' >> $@
+else
+ echo '#undef CURL_CA_PATH /* unknown default path */' >>$@
+endif
# this hook is mainly for non-unix systems to build even if configure
# isn't run