[xmlsec] [PATCH] Fix a typo in configure.in

Arfrever Frehtes Taifersar Arahesis arfrever.fta at gmail.com
Sat May 14 13:39:41 PDT 2011


$ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://www.aleksey.com/pipermail/xmlsec/attachments/20110514/aaa63072/attachment.pgp>


More information about the xmlsec mailing list