From 8d7172b606b7f94348006bfaf58804bf88f5680c Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Fri, 1 Nov 2002 01:52:28 +0000 Subject: [PATCH] A better hook for our oncrpc --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0ebfcd2..68d4624 100644 --- a/configure.ac +++ b/configure.ac @@ -155,11 +155,11 @@ AC_CONFIG_FILES([Makefile shib/Makefile schemas/Makefile eduPerson/Makefile \ shib-target/Makefile shar/Makefile test/Makefile]) # now test the rpc library, to see if we need to build our own -ACX_RPCTEST([rpctest="yes"],[rpctest="no"]) +ACX_RPCTEST([rpctest="no"],[rpctest="yes"]) if test $rpctest = "no"; then WANT_SUBDIRS="oncrpc $WANT_SUBDIRS" - AM_CONDITIONAL(USE_OUR_ONCRPC,test "$rpctest" = "no") fi +AM_CONDITIONAL(USE_OUR_ONCRPC,test "$rpctest" = "no") # Much of this is taken from mod_dav. # The basic idea is to use configure options to control whether/which types -- 2.1.4