summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian2004-08-01 06:19:26 +0000
committerBruce Momjian2004-08-01 06:19:26 +0000
commitca9540d34f0ad97c5659cac30aab8a016bd9868c (patch)
tree38d0c9860cece52a106716af6ba22d95066ff5c2 /configure.in
parente7029b212755594bbfb4325fffd2dbd7b00eef08 (diff)
Add docs for initdb --auth.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index e11c1a5dba9..fb221e6397b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.369 2004/07/20 20:37:13 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.370 2004/08/01 06:19:16 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -911,11 +911,6 @@ AC_LIBOBJ(open)
AC_LIBOBJ(rand) ;;
esac
-# Win32 can't do rename or unlink on an open file
-case $host_os in mingw*|cygwin*)
-AC_LIBOBJ(dirmod) ;;
-esac
-
if test "$with_readline" = yes; then
PGAC_VAR_RL_COMPLETION_APPEND_CHARACTER
AC_CHECK_FUNCS([rl_completion_matches rl_filename_completion_function])