# HG changeset patch # User Andreas Schwab # Date 1058256435 0 # Node ID 88c812dbb817585b09acc57f6cfeede8e775d728 # Parent 6c938273685a42677e4926b8efe3536db224e5a3 Temporarily leave quoting for AC_DEFINE. diff -r 6c938273685a -r 88c812dbb817 configure.in --- a/configure.in Mon Jul 14 22:02:44 2003 +0000 +++ b/configure.in Tue Jul 15 08:07:15 2003 +0000 @@ -222,9 +222,9 @@ ## NetBSD ports *-*-netbsd* ) opsys=netbsd - if test -f /usr/lib/crti.o; then + if test -f /usr/lib/crti.o; then] AC_DEFINE(HAVE_CRTIN) - fi +[ fi case "${canonical}" in alpha*-*-netbsd*) machine=alpha ;;