[asterisk-commits] tilghman: trunk r52463 - in /trunk: ./ configure
configure.ac
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Jan 27 22:18:03 MST 2007
Author: tilghman
Date: Sat Jan 27 23:18:02 2007
New Revision: 52463
URL: http://svn.digium.com/view/asterisk?view=rev&rev=52463
Log:
Merged revisions 52462 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r52462 | tilghman | 2007-01-27 23:15:07 -0600 (Sat, 27 Jan 2007) | 2 lines
Suggested change to fix normal usage of --with-tds=/usr/local (Sean Bright, via asterisk-dev mailing list)
........
Modified:
trunk/ (props changed)
trunk/configure
trunk/configure.ac
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/configure
URL: http://svn.digium.com/view/asterisk/trunk/configure?view=diff&rev=52463&r1=52462&r2=52463
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Jan 27 23:18:02 2007
@@ -28676,7 +28676,7 @@
if test "${PBX_FREETDS}" != "0";
then
- case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr/include}/tdsver.h` in
+ case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr}/include/tdsver.h` in
*0.64*)
FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_0_64"
;;
Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?view=diff&rev=52463&r1=52462&r2=52463
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Jan 27 23:18:02 2007
@@ -784,7 +784,7 @@
AST_EXT_LIB_CHECK([FREETDS], [tds], [tds_version], [tds.h])
if test "${PBX_FREETDS}" != "0";
then
- case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr/include}/tdsver.h` in
+ case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr}/include/tdsver.h` in
*0.64*)
FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_0_64"
;;
More information about the asterisk-commits
mailing list