Fix typo in cdr.txt (bug 2510)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3839 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-09-26 16:39:11 +00:00
parent cbc39f7d71
commit 998ef5948c

View File

@@ -20,7 +20,7 @@ MSSQL: Asterisk can currently store CDRs into an MSSQL database in
Compile, configure, and install the latest FreeTDS package:
tar -zxvf freetds-0.62.4.tar.gz &&
cd freetds-0.62.4 &&
./configure --prefix=/usr --with -tdsver=7.0 \
./configure --prefix=/usr --with-tdsver=7.0 \
--with-unixodbc=/usr/lib &&
make &&
make install