[shibboleth-sp2] 56/100: Make sure svc_destroy is used for Windows/Sun

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.

commit 705100e58de321dcbb4b38e505a1cb1ba8565eaa
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Tue Oct 19 03:01:26 2004 +0000

    Make sure svc_destroy is used for Windows/Sun
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index d1ba3c5..851aff5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,6 +78,8 @@ static SVCXPRT* xprt = NULL;]],
         	[[svc_destroy(xprt);]]),
         AC_DEFINE(HAVE_WORKING_SVC_DESTROY,1,[Define if RPC SVC macros work on this platform]),)
 	AC_LANG_POP(C++)
+else
+	AC_DEFINE(HAVE_WORKING_SVC_DESTROY,1,[Define if RPC SVC macros work on this platform])
 fi
 
 AC_ARG_WITH(dmalloc,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list