summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-04-23 11:45:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-04-23 11:45:02 +0000
commitb6eeb0869003712df82f8df0e8256c77cb90eb27 (patch)
tree9da8015969695331fd6233ecbaf3a1d5de989ca4
parent902ec39209c38a11337be28813db3a4c67aaec9d (diff)
downloadmailutils-b6eeb0869003712df82f8df0e8256c77cb90eb27.tar.gz
mailutils-b6eeb0869003712df82f8df0e8256c77cb90eb27.tar.bz2
Documented --with-mysql and --with-postgres
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 1b9775f19..0d7f9f28d 100644
--- a/README
+++ b/README
@@ -54,14 +54,19 @@ specific configuration options:
Do not build thread-safe libraries.
- --enable-mysql
+ --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.:
./configure LIBS='-L/usr/local/mysql/lib' \
- CPPLAGS='-I/usr/local/mysql/include' --enable-mysql
+ 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).
--enable-mh-utils

Return to:

Send suggestions and report system problems to the System administrator.