RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Mark Hatle <fray@rpm5.org>
Date: Sat 30 Jun 2007 - 16:44:52 CEST
Message-Id: <20070630144452.A3E143484EC@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Mark Hatle
  Root:   /v/rpm/cvs                       Email:  fray@rpm5.org
  Module: rpm                              Date:   30-Jun-2007 16:44:52
  Branch: HEAD                             Handle: 2007063015445200

  Modified files:
    rpm                     configure.ac

  Log:
    Fixed a typo in the no neon message

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

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.154 -r2.155 configure.ac
  --- rpm/configure.ac	29 Jun 2007 20:23:06 -0000	2.154
  +++ rpm/configure.ac	30 Jun 2007 14:44:52 -0000	2.155
  @@ -721,7 +721,7 @@
         AC_CHECK_LIB(neon, ne_send_request_chunk, [
             AC_DEFINE(HAVE_NEON_NE_SEND_REQUEST_CHUNK, 1,
                       [Define to 1 if you have ne_send_request_chunk() in libneon.]) ])
  -    ], [ AC_MSG_WARN([No Neon library not found, using unsupported configuration]) ])
  +    ], [ AC_MSG_WARN([No Neon library found, using unsupported configuration]) ])
   
   dnl # File (magic)
   RPM_CHECK_LIB(
  @@ .
Received on Sat Jun 30 16:44:52 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.