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

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   14-Jun-2008 17:45:32
  Branch: HEAD                             Handle: 2008061415453100

  Modified files:
    rpm                     configure.ac

  Log:
    I see no reason why we have to check for lzma_init twice: once
    implicitly via RPM_CHECK_LIB and once explicitly. So, remove the extra
    check until someone can tell me that it is really necessary

  Summary:
    Revision    Changes     Path
    2.303       +1  -2      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.302 -r2.303 configure.ac
  --- rpm/configure.ac  27 May 2008 12:41:28 -0000      2.302
  +++ rpm/configure.ac  14 Jun 2008 15:45:31 -0000      2.303
  @@ -962,8 +962,7 @@
       [LZMA Utils], [lzma],
       [lzma], [lzma_init], [lzma.h],
       [no,external:internal:none], [lzma:src/liblzma/api:src/liblzma],
  -    [ AC_CHECK_FUNC(lzma_init)
  -      if test ".$RPM_CHECK_LIB_LOCATION" = .internal; then
  +    [ if test ".$RPM_CHECK_LIB_LOCATION" = .internal; then
             WITH_LZMA_INTERNAL=true
             AC_DEFINE(HAVE_LZMA_H, 1, [Define to 1 if you have <lzma.h>])
         fi
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to