autoreconf
authorPeter Eisentraut <[email protected]>
Wed, 26 Jan 2011 23:03:55 +0000 (01:03 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 26 Jan 2011 23:19:45 +0000 (01:19 +0200)
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
src/include/pg_config.h.in

index c34816caa51cb54c9517a4769cb264fc383fd487..de18f5f581a307a30cf4cdd3e9ee1d1e49e2718d 100755 (executable)
--- 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'
index 613ef89eb606b2a9c1d544a2eca5aa118eb9242a..5d84350c45c5c9abbaa55cf0a8cf21911359decb 100644 (file)
 /* 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