$ xmlsec1-config --cflags -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_DL_LIBLTDL=1, -I/usr/include/xmlsec1 -I/usr/include/libxml2 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO=\"openssl\"
'-DXMLSEC_DL_LIBLTDL=1,' most likely should be '-DXMLSEC_DL_LIBLTDL=1' (i.e.
without a comma).
--- configure.in
+++ configure.in
@@ -1374,7 +1374,7 @@
else
AC_CHECK_HEADER([ltdl.h],
[
- XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_DL_LIBLTDL=1",
+ XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_DL_LIBLTDL=1"
AC_CHECK_LIB(
[ltdl],
[lt_dlopenext],
--
Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
