Oops reverse patch. no need for it.

This commit is contained in:
Bruce Momjian 1998-04-09 04:42:56 +00:00
parent fa785bac3b
commit 7e12122b40
2 changed files with 238 additions and 248 deletions

481
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -424,14 +424,9 @@ fi
AC_CHECK_LIB(curses, main)
AC_CHECK_LIB(termcap, main)
ice_save_LIBS="$LIBS"
LIBS="$LIBS $PGSQL_LDFLAGS"
AC_CHECK_LIB(history, main)
AC_CHECK_LIB(readline, main)
AC_CHECK_LIB(readline, write_history, AC_DEFINE(HAVE_HISTORY))
LIBS="$ice_save_LIBS"
if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
then
AC_CHECK_LIB(bsd, main)