diff options
author | jbj <devnull@localhost> | 2004-10-16 12:50:52 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-16 12:50:52 +0000 |
commit | dea95c48df9d7e9b54fbf2e54784938fdacbdde7 (patch) | |
tree | a0a2ab174bfd54e26788730ff6791531bd8a1d90 /db/dist | |
parent | a32e0850ed4599a9dce98819f4e22f944f3b2eac (diff) | |
download | rpm-dea95c48df9d7e9b54fbf2e54784938fdacbdde7.tar.gz rpm-dea95c48df9d7e9b54fbf2e54784938fdacbdde7.tar.bz2 rpm-dea95c48df9d7e9b54fbf2e54784938fdacbdde7.zip |
Upgrade to db-4.3.14 internal.
CVS patchset: 7473
CVS date: 2004/10/16 12:50:52
Diffstat (limited to 'db/dist')
-rwxr-xr-x | db/dist/configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/dist/configure b/db/dist/configure index 2a9cad4cf..9a3670f70 100755 --- a/db/dist/configure +++ b/db/dist/configure @@ -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;} |