RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Sun 15 Jul 2007 - 20:08:48 CEST
Message-Id: <20070715180848.09C253484F1@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:   15-Jul-2007 20:08:48
  Branch: HEAD                             Handle: 2007071519084700

  Modified files:
    rpm                     configure.ac

  Log:
    there is no more a subdir lua/include/

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

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.173 -r2.174 configure.ac
  --- rpm/configure.ac	15 Jul 2007 17:56:10 -0000	2.173
  +++ rpm/configure.ac	15 Jul 2007 18:08:47 -0000	2.174
  @@ -830,7 +830,7 @@
   RPM_CHECK_LIB(
       [Lua], [lua],
       [lua], [_], [_],
  -    [no,internal:none], [lua:include,local],
  +    [no,internal:none], [lua:local],
       [ AC_CHECK_LIB(dl, dlopen, [ LIBS="-ldl $LIBS"; WITH_LUA_SUBDIR_LIB="-ldl" ])
         AC_CHECK_FUNC(dlopen, [ WITH_LUA_SUBDIR_DEF="-DLUA_USE_DLOPEN" ]) ],
       [])
  @@ .
Received on Sun Jul 15 20:08:48 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.