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 2003/11/20 14:22:40 UTC

cvs commit: apr/build apr_hints.m4

jorton      2003/11/20 05:22:40

  Modified:    build    apr_hints.m4
  Log:
  * build/apr_hints.m4 (APR_PRELOAD): Fix patterns which
  have never worked as copy'n'pasted: double-quote braces.
  
  Revision  Changes    Path
  1.54      +3 -3      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -u -r1.53 -r1.54
  --- apr_hints.m4	2 Jun 2003 15:52:28 -0000	1.53
  +++ apr_hints.m4	20 Nov 2003 13:22:40 -0000	1.54
  @@ -131,7 +131,7 @@
   	;;
       *-freebsd*)
   	case $host in
  -	    *freebsd[2345]*)
  +	    *freebsd[[2345]]*)
   		APR_ADDTO(CFLAGS, [-funsigned-char])
   		;;
   	esac
  @@ -173,7 +173,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])
  @@ -298,7 +298,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])