Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6fe5e4e

Browse files
committed
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.
1 parent 5829738 commit 6fe5e4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

configure

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,6 @@ with_gnu_ld
850850
enable_largefile
851851
enable_float4_byval
852852
enable_float8_byval
853-
enable_float8_byval
854853
'
855854
ac_precious_vars='build_alias
856855
host_alias
@@ -861,7 +860,6 @@ LDFLAGS
861860
LIBS
862861
CPPFLAGS
863862
CPP
864-
CPPFLAGS
865863
LDFLAGS_EX
866864
LDFLAGS_SL
867865
DOCBOOKSTYLE'

src/include/pg_config.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@
305305
/* Define if you have a function readline library */
306306
#undef HAVE_LIBREADLINE
307307

308+
/* Define to 1 if you have the `selinux' library (-lselinux). */
309+
#undef HAVE_LIBSELINUX
310+
308311
/* Define to 1 if you have the `ssl' library (-lssl). */
309312
#undef HAVE_LIBSSL
310313

0 commit comments

Comments
 (0)