Oops reverse patch. no need for it.
This commit is contained in:
parent
fa785bac3b
commit
7e12122b40
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user