aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-05-08 17:38:36 +0000
committercorvid <devnull@localhost>2015-05-08 17:38:36 +0000
commitb55ec9f978807cccd7de1da79e2ab91b583081bd (patch)
tree14d8eafc660ae7bf7f1688cce1b5e6b975ef6b40 /configure.ac
parentacd92fd0082d3cdcab5fd407d6576963ce71e334 (diff)
https: the rest :)
Normally I really like to make commits in small pieces that all compile and make sense in isolation, but with this https work, the effort vs the reward just wasn't going to make sense.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fb0a1121..b574f8d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,8 @@ AC_ARG_ENABLE(insure, [ --enable-insure Try to compile and run with Ins
, enable_insure=no)
AC_ARG_ENABLE(ssl, [ --enable-ssl Enable ssl, https (ALPHA CODE)],
, enable_ssl=no)
+AC_ARG_WITH(ca-certs-file, [ --with-ca-certs-file=FILE Specify where to find a bundle of trusted CA certificates for SSL], CA_CERTS_FILE=$withval)
+AC_ARG_WITH(ca-certs-dir, [ --with-ca-certs-dir=DIR Specify where to find a directory containing trusted CA certificates for SSL], CA_CERTS_DIR=$withval)
AC_ARG_ENABLE(ipv6, [ --enable-ipv6 Build with support for IPv6], , )
AC_ARG_ENABLE(cookies,[ --disable-cookies Don't compile support for cookies],
, enable_cookies=yes)
@@ -506,6 +508,8 @@ AC_SUBST(LIBFLTK_CFLAGS)
AC_SUBST(LIBFLTK_LIBS)
AC_SUBST(LIBICONV_LIBS)
AC_SUBST(LIBX11_LIBS)
+AC_SUBST(CA_CERTS_FILE)
+AC_SUBST(CA_CERTS_DIR)
AC_SUBST(datadir)
AC_CONFIG_FILES([