Re: [asterisk-dev] Problem with configure and FreeTDS

2007-01-28 Thread Steve Totaro
Tilghman Lesher wrote: On Saturday 27 January 2007 20:17, Sean Bright wrote: I was building 1.4 earlier today and ran into a problem with ./configure --with-tds=/usr/local. I resolved it by changing line 787 of configure.ac from: case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr/include}/td

Re: [asterisk-dev] Problem with configure and FreeTDS

2007-01-27 Thread Tilghman Lesher
On Saturday 27 January 2007 20:17, Sean Bright wrote: > I was building 1.4 earlier today and ran into a problem with > ./configure --with-tds=/usr/local. I resolved it by changing line 787 > of configure.ac from: > > case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr/include}/tdsver.h` in > to: >

[asterisk-dev] Problem with configure and FreeTDS

2007-01-27 Thread Sean Bright
Howdy, I was building 1.4 earlier today and ran into a problem with ./configure --with-tds=/usr/local. I resolved it by changing line 787 of configure.ac from: case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr/include}/tdsver.h` in to: case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr}/include/