Make sure svc_destroy is used for Windows/Sun
authorScott Cantor <cantor.2@osu.edu>
Tue, 19 Oct 2004 03:01:26 +0000 (03:01 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 19 Oct 2004 03:01:26 +0000 (03:01 +0000)
configure.ac

index d1ba3c5..851aff5 100644 (file)
@@ -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,