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/tdsver.h` in

Or I suppose you could change FREETDS_DIR to FREETDS_INCLUDE and that
should still work.  It looks like this hasn't been fixed in trunk.

Thanks,
Sean
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to