[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-953-g62ff36f
Alex Vandiver
alexmv at bestpractical.com
Mon Dec 20 15:10:20 EST 2010
The branch, 3.9-trunk has been updated
via 62ff36fa6d7b09b8f316da26f1e24288c409f316 (commit)
from a973a5da438f3c0f2100d2d1539fdd2781050bc7 (commit)
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 62ff36fa6d7b09b8f316da26f1e24288c409f316
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Dec 20 15:08:51 2010 -0500
Update the documentation to match reality, on the topic of default db name
diff --git a/configure.ac b/configure.ac
index 85fddd7..02894e1 100755
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ AC_SUBST(DB_DBA)
dnl DB_DATABASE
AC_ARG_WITH(db-database,
AC_HELP_STRING([--with-db-database=DBNAME],
- [name of the database to use (default: rt3)]),
+ [name of the database to use (default: rt4)]),
DB_DATABASE=$withval,
DB_DATABASE=rt4)
AC_SUBST(DB_DATABASE)
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list