summaryrefslogtreecommitdiff
path: root/xmlsec-config.in
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
commit07bb297329b9e9754d09dcb6d70417272a626619 (patch)
treec1bdcad5f080f8cfe2e876604177670061cdc101 /xmlsec-config.in
parentf251dedaa31b48f7c05a4b53c112b40ebca890ef (diff)
downloadxmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.gz
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.bz2
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.zip
Imported Upstream version 1.2.14upstream/1.2.14
Diffstat (limited to 'xmlsec-config.in')
-rw-r--r--xmlsec-config.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/xmlsec-config.in b/xmlsec-config.in
index cb46909b..646109cf 100644
--- a/xmlsec-config.in
+++ b/xmlsec-config.in
@@ -21,7 +21,7 @@ Known values for OPTION are:
--help display this help and exit
--version output version information
--crypto=LIB configure with XMLSEC crypto library (one of the
- following: none default openssl nss gnutls gcrypt)
+ following: none default openssl gnutls nss)
EOF
exit $1
@@ -167,17 +167,6 @@ gnutls)
fi
;;
-gcrypt)
- if test "@XMLSEC_NO_GCRYPT@" = "0"; then
- the_crypto_flags="@GCRYPT_CFLAGS@ -DXMLSEC_CRYPTO=\\\"gcrypt\\\""
- the_crypto_libs="@GCRYPT_LIBS@"
- the_xmlsec_crypto_lib="-l@GCRYPT_CRYPTO_LIB@"
- else
- echo "Error: the \"$crypto\" cryptographic library is not supported"
- usage 1
- fi
- ;;
-
nss)
if test "@XMLSEC_NO_NSS@" = "0"; then
the_crypto_flags="@NSS_CFLAGS@ -DXMLSEC_CRYPTO=\\\"nss\\\""