svn rev #23145: trunk/src/ 
    raeburn@MIT.EDU 
    raeburn at MIT.EDU
       
    Mon Nov  9 11:56:01 EST 2009
    
    
  
http://src.mit.edu/fisheye/changelog/krb5/?cs=23145
Commit By: raeburn
Log Message:
ticket: 6579
Revise patch to avoid using changequote.
Changed Files:
U   trunk/src/aclocal.m4
Modified: trunk/src/aclocal.m4
===================================================================
--- trunk/src/aclocal.m4	2009-11-09 06:13:34 UTC (rev 23144)
+++ trunk/src/aclocal.m4	2009-11-09 16:56:01 UTC (rev 23145)
@@ -205,9 +205,7 @@
       # don't exclude CFLAGS when linking.  *sigh*
       PTHREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L"
       ;;
-changequote(<<,>>)
-    solaris2.[1-9])
-changequote([,])
+    solaris2.[[1-9]])
       # On Solaris 10 with gcc 3.4.3, the autoconf archive macro doesn't
       # get the right result.   XXX What about Solaris 9 and earlier?
       if test "$GCC" = yes ; then
    
    
More information about the cvs-krb5
mailing list