You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sa...@locus.apache.org on 2000/05/24 13:16:36 UTC

cvs commit: apache-2.0/src/lib/apr threads.m4

sascha      00/05/24 04:16:36

  Modified:    src/lib/apr threads.m4
  Log:
  Add enable-threads flag for gcc on HPUX
  
  Revision  Changes    Path
  1.9       +1 -1      apache-2.0/src/lib/apr/threads.m4
  
  Index: threads.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threads.m4,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- threads.m4	2000/05/07 01:47:08	1.8
  +++ threads.m4	2000/05/24 11:16:36	1.9
  @@ -118,7 +118,7 @@
   AC_CACHE_CHECK(for pthreads_cflags,ac_cv_pthreads_cflags,[
   ac_cv_pthreads_cflags=""
   if test "$pthreads_working" != "yes"; then
  -  for flag in -pthreads -pthread -mthreads -Kthread; do 
  +  for flag in -pthreads -pthread -mthreads -Kthread -threads; do 
       ac_save="$CFLAGS"
       CFLAGS="$CFLAGS $flag"
       PTHREADS_CHECK_COMPILE