mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove support for non-ELF BSD systems
This is long obsolete. Discussion: https://www.postgresql.org/message-id/8eacdc0d-123f-dbca-bacf-0a68766a4889@2ndquadrant.com
This commit is contained in:
24
configure.in
24
configure.in
@ -964,30 +964,6 @@ PGAC_ARG_BOOL(with, zlib, yes,
|
||||
[do not use Zlib])
|
||||
AC_SUBST(with_zlib)
|
||||
|
||||
#
|
||||
# Elf
|
||||
#
|
||||
|
||||
# Assume system is ELF if it predefines __ELF__ as 1,
|
||||
# otherwise believe host_os based default.
|
||||
case $host_os in
|
||||
freebsd1*|freebsd2*) elf=no;;
|
||||
freebsd3*|freebsd4*) elf=yes;;
|
||||
esac
|
||||
|
||||
AC_EGREP_CPP(yes,
|
||||
[#if __ELF__
|
||||
yes
|
||||
#endif
|
||||
],
|
||||
[ELF_SYS=true],
|
||||
[if test "X$elf" = "Xyes" ; then
|
||||
ELF_SYS=true
|
||||
else
|
||||
ELF_SYS=
|
||||
fi])
|
||||
AC_SUBST(ELF_SYS)
|
||||
|
||||
#
|
||||
# Assignments
|
||||
#
|
||||
|
Reference in New Issue
Block a user