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.
REL7_1_STABLE
Peter Eisentraut 25 years ago
parent 106710946c
commit 0e9ba44506
  1. 541
      configure
  2. 1
      configure.in

541
configure vendored

File diff suppressed because it is too large Load Diff

@ -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)

Loading…
Cancel
Save