summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2013-03-30 14:50:01 +0000
committerNick Kew <niq@apache.org>2013-03-30 14:50:01 +0000
commit50cf4516ef711ef6e808aad1d367017e35757577 (patch)
treec93335603e212c9261baeb2924bd87beec5d0f7d /README
parentfac9b93dfaf980f8f8c9106545a7331adf7a7d1e (diff)
downloadapr-50cf4516ef711ef6e808aad1d367017e35757577.tar.gz
Mark apr_dbd_freetds as unsupported and remove it from all builds
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1462772 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 016c8f169..f688fe8b8 100644
--- a/README
+++ b/README
@@ -183,7 +183,7 @@ define APR_DECLARE_STATIC before you include any apr header files
in your source, and link to apr.lib instead.
On windows, selection of database drivers is via the environment values
-DBD_LIST (for freetds, mysql, oracle, pgsql, sqlite2 and/or sqlite3)
+DBD_LIST (for mysql, oracle, pgsql, sqlite2 and/or sqlite3)
and DBM_LIST (db and/or gdbm). DBD odbc and DBM sdbm are unconditionally
compiled and installed, do not include these in the list.