]> git.eshelyaron.com Git - emacs.git/commitdiff
Temporarily leave quoting for AC_DEFINE.
authorAndreas Schwab <schwab@suse.de>
Tue, 15 Jul 2003 08:07:27 +0000 (08:07 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 15 Jul 2003 08:07:27 +0000 (08:07 +0000)
ChangeLog
configure.in

index a13c20f81dd4c04bffbbe477bc58c25eb804c700..5944ee81fa751249b16867777ba5165580cc95af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * configure.in: Check for posix_memalign.
index 769e8e61592350a575da4c329678b115ed81c643..490dfbbb8abd45e7333c61b205ec748ca4732b4f 100644 (file)
@@ -222,9 +222,9 @@ case "${canonical}" in
   ## 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 ;;