1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Temporarily leave quoting for AC_DEFINE.

This commit is contained in:
Andreas Schwab 2003-07-15 08:07:27 +00:00
parent ee216b2c93
commit da894f7da8
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-07-15 Andreas Schwab <schwab@suse.de>
* configure.in: Temporarily leave quoting for AC_DEFINE.
2003-07-13 Stefan Monnier <monnier@cs.yale.edu> 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
* configure.in: Check for posix_memalign. * configure.in: Check for posix_memalign.

View File

@ -222,9 +222,9 @@ case "${canonical}" in
## NetBSD ports ## NetBSD ports
*-*-netbsd* ) *-*-netbsd* )
opsys=netbsd opsys=netbsd
if test -f /usr/lib/crti.o; then if test -f /usr/lib/crti.o; then]
AC_DEFINE(HAVE_CRTIN) AC_DEFINE(HAVE_CRTIN)
fi [ fi
case "${canonical}" in case "${canonical}" in
alpha*-*-netbsd*) machine=alpha ;; alpha*-*-netbsd*) machine=alpha ;;