1
Fork 0
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:
Richard M. Stallman 2003-07-12 21:59:54 +00:00
parent 30aab7419b
commit fdf83dbbfa

View file

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