Added AC_DEFINE for ONC library.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 22 Jul 2003 02:34:36 +0000 (02:34 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 22 Jul 2003 02:34:36 +0000 (02:34 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@650 cb58f699-b61c-0410-a6fe-9272a202ed29

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")