You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/01/25 18:00:51 UTC

cvs commit: apr/build apr_hints.m4

jorton      2004/01/25 09:00:51

  Modified:    build    Tag: APR_0_9_BRANCH apr_hints.m4
  Log:
  Backport from HEAD:
  
  * build/apr_hints.m4 (APR_PRELOAD): Fix patterns which
  have never worked as copy'n'pasted: double-quote braces.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.53.2.2  +2 -2      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.53.2.1
  retrieving revision 1.53.2.2
  diff -b -d -u -r1.53.2.1 -r1.53.2.2
  --- apr_hints.m4	22 Dec 2003 22:13:07 -0000	1.53.2.1
  +++ apr_hints.m4	25 Jan 2004 17:00:51 -0000	1.53.2.2
  @@ -172,7 +172,7 @@
   	APR_ADDTO(LDFLAGS, [-posix])
   	APR_ADDTO(LIBS, [-linet])
   	;;
  -    *-sco3.2v[234]*)
  +    *-sco3.2v[[234]]*)
   	APR_ADDTO(CPPFLAGS, [-DSCO -D_REENTRANT])
   	if test "$GCC" = "no"; then
   	    APR_ADDTO(CFLAGS, [-Oacgiltz])
  @@ -296,7 +296,7 @@
   	APR_ADDTO(CFLAGS, [-Wc,-pw])
   	APR_ADDTO(LIBS, [-linet -lc])
   	;;
  -    *-sequent-ptx4.[123].*)
  +    *-sequent-ptx4.[[123]].*)
   	APR_ADDTO(CPPFLAGS, [-DSEQUENT=41])
   	APR_ADDTO(CFLAGS, [-Wc,-pw])
   	APR_ADDTO(LIBS, [-lc])