mirror of https://github.com/postgres/postgres
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
|
@ -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 New Issue