From c9a382b2ed8ce181bad14de429ed102abada63cd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 15 May 2005 00:26:19 +0000 Subject: Rename Rendezvous to Bonjour to match OS/X renaming. --- configure.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 622d077db8..7338bb8fab 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.410 2005/05/07 05:48:50 neilc Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.411 2005/05/15 00:26:18 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -466,14 +466,14 @@ AC_SUBST(with_pam) # -# Rendezvous +# Bonjour # -AC_MSG_CHECKING([whether to build with Rendezvous support]) -PGAC_ARG_BOOL(with, rendezvous, no, - [ --with-rendezvous build with Rendezvous support], - [AC_DEFINE([USE_RENDEZVOUS], 1, [Define to 1 to build with Rendezvous support. (--with-rendezvous)])]) -AC_MSG_RESULT([$with_rendezvous]) -AC_SUBST(with_rendezvous) +AC_MSG_CHECKING([whether to build with Bonjour support]) +PGAC_ARG_BOOL(with, bonjour, no, + [ --with-bonjour build with Bonjour support], + [AC_DEFINE([USE_BONJOUR], 1, [Define to 1 to build with Bonjour support. (--with-bonjour)])]) +AC_MSG_RESULT([$with_bonjour]) +AC_SUBST(with_bonjour) # @@ -781,8 +781,8 @@ if test "$with_pam" = yes ; then [AC_MSG_ERROR([header file or is required for PAM.])])]) fi -if test "$with_rendezvous" = yes ; then - AC_CHECK_HEADER(DNSServiceDiscovery/DNSServiceDiscovery.h, [], [AC_MSG_ERROR([header file is required for Rendezvous])]) +if test "$with_bonjour" = yes ; then + AC_CHECK_HEADER(DNSServiceDiscovery/DNSServiceDiscovery.h, [], [AC_MSG_ERROR([header file is required for Bonjour])]) fi -- cgit v1.2.1