[cpp-xmltooling] 02/02: Attempt to fix zlib link error.
Scott Cantor
cantor.2 at osu.edu
Tue May 1 23:00:46 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=b113367e9425ab3a58031d8321b80e011f8e60b7
commit b113367e9425ab3a58031d8321b80e011f8e60b7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 1 23:00:39 2018 -0400
Attempt to fix zlib link error.
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 19f569f..acd86d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -332,6 +332,8 @@ int i = 0;
if test -d "$withval" ; then
CPPFLAGS="${CPPFLAGS} -I$withval/include"
XMLSEC_LIBS="-L$withval/lib -lz $XMLSEC_LIBS"
+ else
+ XMLSEC_LIBS="-lz $XMLSEC_LIBS"
fi
]
)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list