summaryrefslogtreecommitdiff
path: root/databases/pgcluster/files/patch-configure.in
blob: ad55a81b3cd76aa1d2c2ac64a8f85781d7982a8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- configure.in.orig	Tue Mar  2 08:44:53 2004
+++ configure.in	Mon Jul 16 16:20:48 2007
@@ -19,11 +19,7 @@
 dnl
 dnl The GNU folks apparently haven't heard that some people don't use
 dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
-m4_define([info], [doc])
-m4_define([infodir], [docdir])
 AC_INIT([PostgreSQL], [7.3.6], [pgsql-bugs@postgresql.org])
-m4_undefine([infodir])
-m4_undefine([info])
 AC_SUBST(docdir)
 
 AC_PREREQ(2.53)
@@ -506,6 +502,11 @@
 ])
 
 AC_SUBST(with_openssl)
+
+#
+# Replication
+#
+AC_DEFINE([USE_REPLICATION], 1, [Define to build with Replication support])
 
 
 #