summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-12-06 14:13:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-12-06 14:13:35 +0000
commit54200808b9f32d097e8fb11bf59283bed9055391 (patch)
treea6f62eeb4eec5dd103aebc07256fc14f92c30ee0 /README
parent35862246396aa2374bf4463dcba8b39fd84416b8 (diff)
downloadmailutils-54200808b9f32d097e8fb11bf59283bed9055391.tar.gz
mailutils-54200808b9f32d097e8fb11bf59283bed9055391.tar.bz2
Updated
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 28 insertions, 5 deletions
diff --git a/README b/README
index 5efa3da6d..2f4fa471c 100644
--- a/README
+++ b/README
@@ -56,19 +56,42 @@ specific configuration options:
Do not build thread-safe libraries.
+ --with-sql=MODLIST
+
+ 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.:
+
+ --with-sql=mysql:postgres
+
+
+ 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' \
+ CPPLAGS='-I/usr/local/mysql/include \
+ -I/usr/local/pgsql/include'
+ --with-sql=mysql:postgres
+
+
--with-mysql
- Enable support for authentication via MySQL. Note that depending
- on how your MySQL system is installed, this may require adding
- appropriate directories to the library and include paths, e.g.:
+ Equivalent to --with-sql=mysql
+
+ Note that depending on how your MySQL system is installed, this
+ may require adding appropriate directories to the library and
+ include paths, e.g.:
./configure LIBS='-L/usr/local/mysql/lib' \
CPPLAGS='-I/usr/local/mysql/include' --with-mysql
--with-postgres
- Enable support for authentication via PostgreSQL. You may
- have to explicitly specify LIBS and CPPFLAGS (see above).
+ Equivalent to --with-sql=postgres
+
+ You may have to explicitly specify LIBS and CPPFLAGS (see above).
--enable-mh-utils

Return to:

Send suggestions and report system problems to the System administrator.