RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Wed 20 Jun 2007 - 23:21:18 CEST
Message-Id: <20070620212118.E71E33484EA@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   20-Jun-2007 23:21:18
  Branch: HEAD                             Handle: 2007062022211800

  Modified files:
    rpm                     configure.ac

  Log:
    BeeCrypt and File/magic are de-facto not optional at this time, so
    abort if they are not found.

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

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.97 -r2.98 configure.ac
  --- rpm/configure.ac	20 Jun 2007 21:10:19 -0000	2.97
  +++ rpm/configure.ac	20 Jun 2007 21:21:18 -0000	2.98
  @@ -524,7 +524,7 @@
   
   RPM_CHECK_LIB([BeeCrypt], [beecrypt],
                 [beecrypt], [mpfprintln], [beecrypt/api.h],
  -              [external:internal:none], [beecrypt],
  +              [external:internal:abort], [beecrypt],
                 [], [ AC_ERROR([mandatory BeeCrypt library not found]) ])
   
   #=================
  @@ -549,7 +549,7 @@
   
   RPM_CHECK_LIB([File (magic)], [file],
                 [magic], [magic_open], [magic.h],
  -              [external:internal:none], [file:src:src],
  +              [external:internal:abort], [file:src:src],
                 ], [ AC_ERROR([mandatory File (magic) library not found]) ])
   
   #=================
  @@ .
Received on Wed Jun 20 23:21:18 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.