mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Oops reverse patch. no need for it.
This commit is contained in:
481
src/configure
vendored
481
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
|
Reference in New Issue
Block a user