RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: beecrypt                         Date:   26-Oct-2010 04:47:24
  Branch: rpm-5_3                          Handle: 2010102602472400

  Modified files:           (Branch: rpm-5_3)
    beecrypt                acinclude.m4

  Log:
    - eliminate AutoFu nags.

  Summary:
    Revision    Changes     Path
    1.16.2.1    +1  -1      beecrypt/acinclude.m4
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: beecrypt/acinclude.m4
  ============================================================================
  $ cvs diff -u -r1.16 -r1.16.2.1 acinclude.m4
  --- beecrypt/acinclude.m4     29 Apr 2010 18:40:40 -0000      1.16
  +++ beecrypt/acinclude.m4     26 Oct 2010 02:47:24 -0000      1.16.2.1
  @@ -1610,7 +1610,7 @@
     AH_TEMPLATE([ENABLE_THREAD_LOCAL_STORAGE],[Define to 1 if you want to 
enable thread-local-storage support])
     if test "$ac_enable_threads" = yes; then
       AC_MSG_CHECKING([if your compiler supports thread-local-storage])
  -    AC_COMPILE_IFELSE([__thread int a = 0;],[
  +    AC_COMPILE_IFELSE([AC_LANG_SOURCE([__thread int a = 0;])],[
         AC_DEFINE([ENABLE_THREAD_LOCAL_STORAGE],1)
         AC_MSG_RESULT([yes])
         ],[
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to