@@ -871,7 +871,7 @@ Optional Packages:
871871 --with-krb5 build with Kerberos 5 support
872872 --with-krb-srvnam=NAME name of the service principal in Kerberos [postgres]
873873 --with-pam build with PAM support
874- --with-rendezvous build withRendezvous support
874+ --with-bonjour build withBonjour support
875875 --with-openssl build with OpenSSL support
876876 --without-readline do not use Readline
877877 --without-zlib do not use Zlib
@@ -3431,42 +3431,42 @@ echo "${ECHO_T}$with_pam" >&6
34313431
34323432
34333433#
3434- #Rendezvous
3434+ #Bonjour
34353435#
3436- echo "$as_me:$LINENO: checking whether to build withRendezvous support" >&5
3437- echo $ECHO_N "checking whether to build withRendezvous support... $ECHO_C" >&6
3436+ echo "$as_me:$LINENO: checking whether to build withBonjour support" >&5
3437+ echo $ECHO_N "checking whether to build withBonjour support... $ECHO_C" >&6
34383438
34393439
34403440
3441- # Check whether --with-rendezvous or --without-rendezvous was given.
3442- if test "${with_rendezvous +set}" = set; then
3443- withval="$with_rendezvous "
3441+ # Check whether --with-bonjour or --without-bonjour was given.
3442+ if test "${with_bonjour +set}" = set; then
3443+ withval="$with_bonjour "
34443444
34453445 case $withval in
34463446 yes)
34473447
34483448cat >>confdefs.h <<\_ACEOF
3449- #defineUSE_RENDEZVOUS 1
3449+ #defineUSE_BONJOUR 1
34503450_ACEOF
34513451
34523452 ;;
34533453 no)
34543454 :
34553455 ;;
34563456 *)
3457- { { echo "$as_me:$LINENO: error: no argument expected for --with-rendezvous option" >&5
3458- echo "$as_me: error: no argument expected for --with-rendezvous option" >&2;}
3457+ { { echo "$as_me:$LINENO: error: no argument expected for --with-bonjour option" >&5
3458+ echo "$as_me: error: no argument expected for --with-bonjour option" >&2;}
34593459 { (exit 1); exit 1; }; }
34603460 ;;
34613461 esac
34623462
34633463else
3464- with_rendezvous =no
3464+ with_bonjour =no
34653465
34663466fi;
34673467
3468- echo "$as_me:$LINENO: result: $with_rendezvous " >&5
3469- echo "${ECHO_T}$with_rendezvous " >&6
3468+ echo "$as_me:$LINENO: result: $with_bonjour " >&5
3469+ echo "${ECHO_T}$with_bonjour " >&6
34703470
34713471
34723472
@@ -9674,7 +9674,7 @@ done
96749674
96759675fi
96769676
9677- if test "$with_rendezvous " = yes ; then
9677+ if test "$with_bonjour " = yes ; then
96789678 if test "${ac_cv_header_DNSServiceDiscovery_DNSServiceDiscovery_h+set}" = set; then
96799679 echo "$as_me:$LINENO: checking for DNSServiceDiscovery/DNSServiceDiscovery.h" >&5
96809680echo $ECHO_N "checking for DNSServiceDiscovery/DNSServiceDiscovery.h... $ECHO_C" >&6
97799779if test $ac_cv_header_DNSServiceDiscovery_DNSServiceDiscovery_h = yes; then
97809780 :
97819781else
9782- { { echo "$as_me:$LINENO: error: header file <DNSServiceDiscovery/DNSServiceDiscovery.h> is required forRendezvous " >&5
9783- echo "$as_me: error: header file <DNSServiceDiscovery/DNSServiceDiscovery.h> is required forRendezvous " >&2;}
9782+ { { echo "$as_me:$LINENO: error: header file <DNSServiceDiscovery/DNSServiceDiscovery.h> is required forBonjour " >&5
9783+ echo "$as_me: error: header file <DNSServiceDiscovery/DNSServiceDiscovery.h> is required forBonjour " >&2;}
97849784 { (exit 1); exit 1; }; }
97859785fi
97869786
@@ -19710,7 +19710,7 @@ s,@with_krb4@,$with_krb4,;t t
1971019710s,@with_krb5@,$with_krb5,;t t
1971119711s,@krb_srvtab@,$krb_srvtab,;t t
1971219712s,@with_pam@,$with_pam,;t t
19713- s,@with_rendezvous @,$with_rendezvous ,;t t
19713+ s,@with_bonjour @,$with_bonjour ,;t t
1971419714s,@with_openssl@,$with_openssl,;t t
1971519715s,@ELF_SYS@,$ELF_SYS,;t t
1971619716s,@LDFLAGS_SL@,$LDFLAGS_SL,;t t