mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
[netbsd systems]: Define HAVE_CRTIN properly.
This commit is contained in:
parent
30aab7419b
commit
fdf83dbbfa
1 changed files with 4 additions and 0 deletions
|
|
@ -222,6 +222,10 @@ case "${canonical}" in
|
|||
## NetBSD ports
|
||||
*-*-netbsd* )
|
||||
opsys=netbsd
|
||||
if test -f /usr/lib/crti.o; then
|
||||
AC_DEFINE(HAVE_CRTIN)
|
||||
fi
|
||||
|
||||
case "${canonical}" in
|
||||
alpha*-*-netbsd*) machine=alpha ;;
|
||||
i[3456]86-*-netbsd*) machine=intel386 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue