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

  Server: rpm5.org                         Name:   Mark Hatle
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   05-Jul-2007 23:11:45
  Branch: HEAD                             Handle: 2007070522114500

  Modified files:
    rpm                     configure.ac

  Log:
    Fix a typo with the --with-dbapi, so that it can be set when
    configuring.

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

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.164 -r2.165 configure.ac
  --- rpm/configure.ac  5 Jul 2007 20:53:36 -0000       2.164
  +++ rpm/configure.ac  5 Jul 2007 21:11:45 -0000       2.165
  @@ -809,7 +809,7 @@
   esac
   AC_ARG_WITH([dbapi],
       AS_HELP_STRING([--with-dbapi=ID], [use particular default RPM DB API 
("db", "sqlite" or numeric)]), [
  -    case ".$withval" in
  +    case "$withval" in
           db|3     ) DBAPI=3 ;;
           sqlite|4 ) DBAPI=4 ;;
           [0-9]    ) DBAPI=$withval ;;
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to