summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-01-28 05:18:02 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-01-28 05:18:02 +0000
commitc7c4f86fa19e7a7b6d9c7c386d649cf346ab3957 (patch)
treedcfa23d183fb766bd89cae7a9cdcbf7373ab7536 /configure
parent44beb7c475af89e1736f46e0b9de5b50460806b1 (diff)
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) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 70c347478..46433975c 100755
--- a/configure
+++ b/configure
@@ -28676,7 +28676,7 @@ fi
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"
;;