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
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:
>
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/