RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Bernhard Rosenkraenzer
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   14-Nov-2008 11:22:50
  Branch: HEAD                             Handle: 2008111410225000

  Modified files:
    rpm                     configure.ac

  Log:
    Fix quoting

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

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.325 -r2.326 configure.ac
  --- rpm/configure.ac  14 Nov 2008 10:01:25 -0000      2.325
  +++ rpm/configure.ac  14 Nov 2008 10:22:50 -0000      2.326
  @@ -1647,7 +1647,7 @@
   AC_ARG_WITH(
       [vendor],
       AS_HELP_STRING([--with-vendor=VENDOR], [build with a supported vendor's 
specific set of changes: mandriva, ark]),
  -    if test ".$withval" != .no; then
  +    [if test ".$withval" != .no; then
            case "$withval" in
            "mandriva")
                    AC_DEFINE([RPM_VENDOR_MANDRIVA], 1, Vendor is Mandriva)
  @@ -1659,7 +1659,7 @@
            AC_MSG_RESULT([$withval])
       else
            AC_MSG_RESULT(no)
  -    fi
  +    fi]
   )
   
   testdir="`pwd`/tests"
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to