From: Richard M. Stallman Date: Sat, 12 Jul 2003 21:59:54 +0000 (+0000) Subject: [netbsd systems]: Define HAVE_CRTIN properly. X-Git-Tag: ttn-vms-21-2-B4~9372 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdf83dbbfa574645b365fbb2d986c66d84d6f333;p=emacs.git [netbsd systems]: Define HAVE_CRTIN properly. --- diff --git a/configure.in b/configure.in index 800e80dd079..6bc0130055b 100644 --- a/configure.in +++ b/configure.in @@ -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 ;;