[asterisk-commits] tilghman: branch 1.4 r52462 - in /branches/1.4: configure configure.ac

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Jan 27 22:15:07 MST 2007


Author: tilghman
Date: Sat Jan 27 23:15:07 2007
New Revision: 52462

URL: http://svn.digium.com/view/asterisk?view=rev&rev=52462
Log:
Suggested change to fix normal usage of --with-tds=/usr/local (Sean Bright, via asterisk-dev mailing list)

Modified:
    branches/1.4/configure
    branches/1.4/configure.ac

Modified: branches/1.4/configure
URL: http://svn.digium.com/view/asterisk/branches/1.4/configure?view=diff&rev=52462&r1=52461&r2=52462
==============================================================================
--- branches/1.4/configure (original)
+++ branches/1.4/configure Sat Jan 27 23:15:07 2007
@@ -26844,7 +26844,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: branches/1.4/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.4/configure.ac?view=diff&rev=52462&r1=52461&r2=52462
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Sat Jan 27 23:15:07 2007
@@ -860,7 +860,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