Added AC_DEFINE for ONC library.
[shibboleth/sp.git] / configure.ac
index 680d2e6..c2b95ef 100644 (file)
@@ -175,6 +175,7 @@ AC_CONFIG_FILES([Makefile doc/Makefile shib/Makefile schemas/Makefile \
 # now deal with the rpc library, to see if we need to build our own
 if test $rpctest = "no"; then
     WANT_SUBDIRS="oncrpc $WANT_SUBDIRS"
+       AC_DEFINE(USE_OUR_ONCRPC,1,[Define if using embedded version of ONC RPC.])
 fi
 AM_CONDITIONAL(USE_OUR_ONCRPC,test "$rpctest" = "no")