diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-01-27 01:03:55 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-01-27 01:19:45 +0200 |
commit | 6fe5e4e63ee274e66c36dce999978a3fee8cf4c6 (patch) | |
tree | 49b9251a3c3e9c29524e607d4814c588be052d5d | |
parent | 5829738868f8d87263b6d31675e08147d8d7c188 (diff) | |
download | postgresql-6fe5e4e63ee274e66c36dce999978a3fee8cf4c6.tar.gz postgresql-6fe5e4e63ee274e66c36dce999978a3fee8cf4c6.zip |
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.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | src/include/pg_config.h.in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure index c34816caa51..de18f5f581a 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 613ef89eb60..5d84350c45c 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 |