|
|
| version 1.529, 2007/10/05 02:55:41 | version 1.530, 2007/10/23 21:38:16 |
|---|---|
| Line 1 | Line 1 |
| dnl Process this file with autoconf to produce a configure script. | dnl Process this file with autoconf to produce a configure script. |
| dnl $PostgreSQL: pgsql/configure.in,v 1.528 2007/10/02 00:25:20 tgl Exp $ | dnl $PostgreSQL: pgsql/configure.in,v 1.529 2007/10/05 02:55:41 scrappy Exp $ |
| dnl | dnl |
| dnl Developers, please strive to achieve this order: | dnl Developers, please strive to achieve this order: |
| dnl | dnl |
| Line 899 if test "$with_bonjour" = yes ; then | Line 899 if test "$with_bonjour" = yes ; then |
| AC_CHECK_HEADER(DNSServiceDiscovery/DNSServiceDiscovery.h, [], [AC_MSG_ERROR([header file <DNSServiceDiscovery/DNSServiceDiscovery.h> is required for Bonjour])]) | AC_CHECK_HEADER(DNSServiceDiscovery/DNSServiceDiscovery.h, [], [AC_MSG_ERROR([header file <DNSServiceDiscovery/DNSServiceDiscovery.h> is required for Bonjour])]) |
| fi | fi |
| # for contrib/uuid-ossp | |
| if test "$with_ossp_uuid" = yes ; then | |
| AC_CHECK_HEADERS(ossp/uuid.h, [], [ | |
| AC_CHECK_HEADERS(uuid.h, [], | |
| [AC_MSG_ERROR([header file <ossp/uuid.h> or <uuid.h> is required for OSSP-UUID])])]) | |
| fi | |
| ## | ## |
| ## Types, structures, compiler characteristics | ## Types, structures, compiler characteristics |