Mercurial > emacs
changeset 51885:1167403cc11b
[netbsd systems]: Define HAVE_CRTIN properly.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jul 2003 21:59:54 +0000 |
parents | 58bf3c3670d8 |
children | 8065f7ca3329 |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Jul 12 21:57:50 2003 +0000 +++ b/configure.in Sat Jul 12 21:59:54 2003 +0000 @@ -222,6 +222,10 @@ ## 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 ;;