summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-01-05 16:07:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-01-05 16:07:21 +0000
commite1dfa31617308c3ad41912dd5857c419bd388cc5 (patch)
treed3bd9a00d2eb7b90fc76a60645277affbf58b17d /README
parent025f2ed61a082c38501261bd07e91eb16820fd7c (diff)
downloadmailutils-e1dfa31617308c3ad41912dd5857c419bd388cc5.tar.gz
mailutils-e1dfa31617308c3ad41912dd5857c419bd388cc5.tar.bz2
Updated
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 15 insertions, 5 deletions
diff --git a/README b/README
index edbe00b45..f58bf18d6 100644
--- a/README
+++ b/README
@@ -60,14 +60,14 @@ specific configuration options:
Enable support for authentication using given SQL modules. MODLIST
is a colon-separated list of SQL modules to use. Available modules
- are 'mysql' and 'postgres'. E.g.:
+ are 'mysql', 'postgres' and 'odbc'. E.g., to enable all modules:
- --with-sql=mysql:postgres
+ --with-sql=mysql:postgres:odbc
- Note that depending
- on how your SQL systems are installed, this may require adding
- appropriate directories to the library and include paths, e.g.
+ Note that depending on how your SQL systems are installed,
+ this may require adding appropriate directories to the library
+ and include paths, e.g.
./configure LIBS='-L/usr/local/mysql/lib -L/usr/local/pgsql/lib' \
@@ -93,6 +93,16 @@ specific configuration options:
You may have to explicitly specify LIBS and CPPFLAGS (see above).
+ --with-odbc[={odbc|iodbc}]
+
+ Without arguments or with 'odbc' as its argument it is equivalent
+ to --with-sql=odbc.
+
+ --with-odbc=iodbc enables ODBC support via libiodbc.
+
+ You may have to explicitly specify LIBS and CPPFLAGS (see above).
+
+
--enable-mh-utils
Build a suite of MH utilities. The GNU implementation of MH is

Return to:

Send suggestions and report system problems to the System administrator.