Re-add the rpc fixes from db-4.3.14.

CVS patchset: 7580
CVS date: 2004/11/11 16:57:42
This commit is contained in:
jbj 2004-11-11 16:57:42 +00:00
parent fbbbddcd7e
commit 7be6851e3f
1 changed files with 6 additions and 6 deletions

12
db/dist/configure vendored
View File

@ -2154,11 +2154,11 @@ fi
# Uniquename excludes C++, Java, RPC.
if test "$db_cv_uniquename" = "yes"; then
if test "$db_cv_rpc" = "yes"; then
{ { echo "$as_me:$LINENO: error: --with-uniquename is not compatible with --enable-rpc" >&5
echo "$as_me: error: --with-uniquename is not compatible with --enable-rpc" >&2;}
{ (exit 1); exit 1; }; }
fi
# if test "$db_cv_rpc" = "yes"; then
# { { echo "$as_me:$LINENO: error: --with-uniquename is not compatible with --enable-rpc" >&5
#echo "$as_me: error: --with-uniquename is not compatible with --enable-rpc" >&2;}
# { (exit 1); exit 1; }; }
# fi
if test "$db_cv_cxx" = "yes"; then
{ { echo "$as_me:$LINENO: error: --with-uniquename is not compatible with --enable-cxx" >&5
echo "$as_me: error: --with-uniquename is not compatible with --enable-cxx" >&2;}
@ -33800,7 +33800,7 @@ echo "${ECHO_T}yes" >&6
-e 's/return;//' \
-e 's/^}/__dbsrv_timeout(0);}/' \
-e '}' \
-e '1,/^#include/s/^#include/#include "db_config.h"\
-e '1,/^#include/s/^#include/#include "db_config.h"\n#include "db_int_def.h"\
&/' > db_server_svc.c
$RPCGEN -c $XDR_FILE |