From 6fe5e4e63ee274e66c36dce999978a3fee8cf4c6 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Thu, 27 Jan 2011 01:03:55 +0200
Subject: [PATCH] autoreconf

Synchronize pg_config.h.in with configure.in (someone must have
forgotten to run autoheader or autoreconf), and clean up some spurious
change in configure introduced by the last commit there.
---
 configure                  | 2 --
 src/include/pg_config.h.in | 3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index c34816caa5..de18f5f581 100755
--- a/configure
+++ b/configure
@@ -850,7 +850,6 @@ with_gnu_ld
 enable_largefile
 enable_float4_byval
 enable_float8_byval
-enable_float8_byval
 '
       ac_precious_vars='build_alias
 host_alias
@@ -861,7 +860,6 @@ LDFLAGS
 LIBS
 CPPFLAGS
 CPP
-CPPFLAGS
 LDFLAGS_EX
 LDFLAGS_SL
 DOCBOOKSTYLE'
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 613ef89eb6..5d84350c45 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -305,6 +305,9 @@
 /* Define if you have a function readline library */
 #undef HAVE_LIBREADLINE
 
+/* Define to 1 if you have the `selinux' library (-lselinux). */
+#undef HAVE_LIBSELINUX
+
 /* Define to 1 if you have the `ssl' library (-lssl). */
 #undef HAVE_LIBSSL