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:   15-Jul-2007 20:27:22
  Branch: HEAD                             Handle: 2007071519272200

  Modified files:
    rpm                     configure.ac

  Log:
    in case the lua/ subdir is not present now search also externally as
    this is support, too

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

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.175 -r2.176 configure.ac
  --- rpm/configure.ac  15 Jul 2007 18:23:17 -0000      2.175
  +++ rpm/configure.ac  15 Jul 2007 18:27:22 -0000      2.176
  @@ -830,7 +830,7 @@
   RPM_CHECK_LIB(
       [Lua], [lua],
       [lua], [lua_newstate], [lua.h],
  -    [no,internal:none], [lua:local],
  +    [no,internal:external:none], [lua:local],
       [ if test ".$RPM_CHECK_LIB_LOCATION" = .internal; then
             AC_CHECK_LIB(dl, dlopen, [ LIBS="-ldl $LIBS"; 
WITH_LUA_SUBDIR_LIB="-ldl" ])
             AC_CHECK_FUNC(dlopen, [ WITH_LUA_SUBDIR_DEF="-DLUA_USE_DLOPEN" ])
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to