From: Scott Cantor Date: Tue, 19 Oct 2004 03:01:26 +0000 (+0000) Subject: Make sure svc_destroy is used for Windows/Sun X-Git-Tag: 1.2.1~44 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=705100e58de321dcbb4b38e505a1cb1ba8565eaa;p=shibboleth%2Fcpp-sp.git Make sure svc_destroy is used for Windows/Sun --- 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,