mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 17:49:35 -04:00
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:
parent
106710946c
commit
0e9ba44506
2 changed files with 250 additions and 294 deletions
|
|
@ -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…
Reference in a new issue