]> git.eshelyaron.com Git - emacs.git/commitdiff
[netbsd systems]: Define HAVE_CRTIN properly.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 2003 21:59:54 +0000 (21:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 2003 21:59:54 +0000 (21:59 +0000)
configure.in

index 800e80dd0795ff5d4f6bcb93280b37bf93152b02..6bc0130055b98b0ae8d8ad48b7cc792220a7ba4f 100644 (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 ;;