aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-18 23:09:36 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-18 23:09:36 +0800
commit6b79a837fd7fccbedfcd9541d3c71b1d37bd8cf5 (patch)
treeb8408885c23c99e84b37dd24475c448246aaf00c /configure.ac
parent26bcf722b57527c68dfec64afbe0671b2f8dda7e (diff)
downloadgsoc2013-empathy-6b79a837fd7fccbedfcd9541d3c71b1d37bd8cf5.tar
gsoc2013-empathy-6b79a837fd7fccbedfcd9541d3c71b1d37bd8cf5.tar.gz
gsoc2013-empathy-6b79a837fd7fccbedfcd9541d3c71b1d37bd8cf5.tar.bz2
gsoc2013-empathy-6b79a837fd7fccbedfcd9541d3c71b1d37bd8cf5.tar.lz
gsoc2013-empathy-6b79a837fd7fccbedfcd9541d3c71b1d37bd8cf5.tar.xz
gsoc2013-empathy-6b79a837fd7fccbedfcd9541d3c71b1d37bd8cf5.tar.zst
gsoc2013-empathy-6b79a837fd7fccbedfcd9541d3c71b1d37bd8cf5.zip
configure: blindy trust user if he provided a cert fileEMPATHY_2_32_2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c5d8db79f..36fc34ec3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,9 +237,6 @@ else
fi
AC_MSG_RESULT($with_ca_file)
- if ! test -f "$with_ca_file"; then
- AC_MSG_ERROR([No such file '$with_ca_file'. Use --with-ca-file=path to set, or --without-ca-file to disable])
- fi
GTLS_SYSTEM_CA_FILE="$with_ca_file"
AC_DEFINE_UNQUOTED([GTLS_SYSTEM_CA_FILE], ["$GTLS_SYSTEM_CA_FILE"], [path to system Certificate Authority list])