Remove check for 'ln' library. On FreeBSD this is some obscure lex

compatibility library which contains a 'main' function, which is not good.
If someone really needed it, think of a different plan.
This commit is contained in:
Peter Eisentraut 2000-11-22 00:24:28 +00:00
parent 106710946c
commit 0e9ba44506
2 changed files with 250 additions and 294 deletions

543
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -671,7 +671,6 @@ AC_CHECK_LIB(ipc, main)
AC_CHECK_LIB(IPC, main)
AC_CHECK_LIB(lc, main)
AC_CHECK_LIB(dld, main)
AC_CHECK_LIB(ln, main)
AC_CHECK_LIB(ld, main)
AC_CHECK_LIB(compat, main)
AC_CHECK_LIB(BSD, main)