[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-11-02 06:20:03 CET

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/
Received on Sat Oct 21 14:36:14 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.