You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2000/11/02 05:20:03 UTC

[gstein@locus.apache.org: cvs commit: apache-2.0/src/lib/apr apr_common.m4]

in case people were running into config/threading issues with APR...

----- Forwarded message from gstein@locus.apache.org -----

Reply-To: new-httpd@apache.org
Date: 2 Nov 2000 05:01:09 -0000
From: gstein@locus.apache.org
To: apache-2.0-cvs@apache.org
Subject: cvs commit: apache-2.0/src/lib/apr apr_common.m4

gstein      00/11/01 21:01:08

  Modified:    src/lib/apr apr_common.m4
  Log:
  the thread-specific CFLAGS were not getting propagated into THREAD_CFLAGS
  properly (on the first-time config). on the second config, it would pull it
  from the cache.
  
  Revision  Changes    Path
  1.7       +2 -0      apache-2.0/src/lib/apr/apr_common.m4
  
  Index: apr_common.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/apr_common.m4,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apr_common.m4	2000/10/25 12:56:00	1.6
  +++ apr_common.m4	2000/11/02 05:01:08	1.7
  @@ -180,6 +180,8 @@
       PTHREADS_CHECK_COMPILE
       if test "$pthreads_working" = "yes"; then
         ac_cv_pthreads_cflags="$flag"
  +      dnl this was already added to CFLAGS; add to THREAD_CFLAGS, too
  +      THREAD_CFLAGS="$THREAD_CFLAGS $ac_cv_pthreads_cflags"
         break
       fi
       CFLAGS="$ac_save"
  
  
  

----- End forwarded message -----

-- 
Greg Stein, http://www.lyra.org/

Re: [gstein@locus.apache.org: cvs commit: apache-2.0/src/lib/apr apr_common.m4]

Posted by Branko Čibej <br...@xbc.nu>.
Greg Stein wrote:

> in case people were running into config/threading issues with APR...

...

>   +      dnl this was already added to CFLAGS; add to THREAD_CFLAGS, too
>   +      THREAD_CFLAGS="$THREAD_CFLAGS $ac_cv_pthreads_cflags"

Ooops ... Missed that one. Great job, thanks.

-- 
Brane �ibej
    home:   <br...@xbc.nu>             http://www.xbc.nu/brane/
    work:   <br...@hermes.si>   http://www.hermes-softlab.com/
     ACM:   <br...@acm.org>            http://www.acm.org/