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.
pull/1/head
Peter Eisentraut 15 years ago
parent 5829738868
commit 6fe5e4e63e
  1. 2
      configure
  2. 3
      src/include/pg_config.h.in

2
configure vendored

@ -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'

@ -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

Loading…
Cancel
Save