@@ -871,7 +871,7 @@ Optional Packages:
871
871
--with-krb5 build with Kerberos 5 support
872
872
--with-krb-srvnam=NAME name of the service principal in Kerberos [postgres]
873
873
--with-pam build with PAM support
874
- --with-rendezvous build withRendezvous support
874
+ --with-bonjour build withBonjour support
875
875
--with-openssl build with OpenSSL support
876
876
--without-readline do not use Readline
877
877
--without-zlib do not use Zlib
@@ -3431,42 +3431,42 @@ echo "${ECHO_T}$with_pam" >&6
3431
3431
3432
3432
3433
3433
#
3434
- #Rendezvous
3434
+ #Bonjour
3435
3435
#
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
3438
3438
3439
3439
3440
3440
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 "
3444
3444
3445
3445
case $withval in
3446
3446
yes)
3447
3447
3448
3448
cat >>confdefs.h <<\_ACEOF
3449
- #defineUSE_RENDEZVOUS 1
3449
+ #defineUSE_BONJOUR 1
3450
3450
_ACEOF
3451
3451
3452
3452
;;
3453
3453
no)
3454
3454
:
3455
3455
;;
3456
3456
*)
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;}
3459
3459
{ (exit 1); exit 1; }; }
3460
3460
;;
3461
3461
esac
3462
3462
3463
3463
else
3464
- with_rendezvous =no
3464
+ with_bonjour =no
3465
3465
3466
3466
fi;
3467
3467
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
3470
3470
3471
3471
3472
3472
@@ -9674,7 +9674,7 @@ done
9674
9674
9675
9675
fi
9676
9676
9677
- if test "$with_rendezvous " = yes ; then
9677
+ if test "$with_bonjour " = yes ; then
9678
9678
if test "${ac_cv_header_DNSServiceDiscovery_DNSServiceDiscovery_h+set}" = set; then
9679
9679
echo "$as_me:$LINENO: checking for DNSServiceDiscovery/DNSServiceDiscovery.h" >&5
9680
9680
echo $ECHO_N "checking for DNSServiceDiscovery/DNSServiceDiscovery.h... $ECHO_C" >&6
9779
9779
if test $ac_cv_header_DNSServiceDiscovery_DNSServiceDiscovery_h = yes; then
9780
9780
:
9781
9781
else
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;}
9784
9784
{ (exit 1); exit 1; }; }
9785
9785
fi
9786
9786
@@ -19710,7 +19710,7 @@ s,@with_krb4@,$with_krb4,;t t
19710
19710
s,@with_krb5@,$with_krb5,;t t
19711
19711
s,@krb_srvtab@,$krb_srvtab,;t t
19712
19712
s,@with_pam@,$with_pam,;t t
19713
- s,@with_rendezvous @,$with_rendezvous ,;t t
19713
+ s,@with_bonjour @,$with_bonjour ,;t t
19714
19714
s,@with_openssl@,$with_openssl,;t t
19715
19715
s,@ELF_SYS@,$ELF_SYS,;t t
19716
19716
s,@LDFLAGS_SL@,$LDFLAGS_SL,;t t