RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Jeff Johnson <jbj@rpm5.org>
Date: Tue 19 Aug 2008 - 01:32:47 CEST
Message-Id: <20080818233247.601D44D894@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   19-Aug-2008 01:32:47
  Branch: HEAD                             Handle: 2008081823324700

  Modified files:
    rpm                     configure.ac

  Log:
    - jbj: leave HAVE_ZLIB_H side effect for internal zlib alone.

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

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.310 -r2.311 configure.ac
  --- rpm/configure.ac	18 Aug 2008 23:29:27 -0000	2.310
  +++ rpm/configure.ac	18 Aug 2008 23:32:47 -0000	2.311
  @@ -959,7 +959,7 @@
       [rpmz z gz], [gzread], [zlib.h],
       [yes,external:none], [zlib],
       [ AC_CHECK_FUNC(gzseek)
  -      if test ".$RPM_CHECK_LIB_LOCATION" = .external; then
  +      if test ".$RPM_CHECK_LIB_LOCATION" = .internal; then
             AC_DEFINE(HAVE_ZLIB_H, 1, [Define to 1 if you have <zlib.h>])
         fi
       ], [])
  @@ .
Received on Tue Aug 19 01:32:47 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.