--- a/configure.ac +++ b/configure.ac @@ -938,15 +938,6 @@ # PGAC_ARG_BOOL(with, readline, yes, [do not use GNU Readline nor BSD Libedit for editing]) -# readline on MinGW has problems with backslashes in psql and other bugs. -# This is particularly a problem with non-US code pages. -# Therefore disable its use until we understand the cause. 2004-07-20 -if test "$PORTNAME" = "win32"; then - if test "$with_readline" = yes; then - AC_MSG_WARN([*** Readline does not work on MinGW --- disabling]) - with_readline=no - fi -fi AC_SUBST(with_readline)