summaryrefslogtreecommitdiff
path: root/cdr/Makefile
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-12-28 20:13:29 +0000
committerJeremy McNamara <jj@nufone.net>2003-12-28 20:13:29 +0000
commit58c1a92bc40859872872f83f2afc7a6df0b41872 (patch)
tree939c66fb3d060e423cc4ba566d6c11a9c5838f36 /cdr/Makefile
parent148edfcf2652990d2da04e76fa75513597b5905d (diff)
check another possible location for unix-odbc install. Bug #727
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1885 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'cdr/Makefile')
-rwxr-xr-xcdr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr/Makefile b/cdr/Makefile
index 056b919d7..fb5f48281 100755
--- a/cdr/Makefile
+++ b/cdr/Makefile
@@ -19,7 +19,7 @@ CFLAGS+=-fPIC
# unixODBC stuff...
#
MODS+=$(shell if [ -f "/usr/include/odbcinst.h" ]; then echo "cdr_odbc.so"; fi)
-
+MODS+=$(shell if [ -f "/usr/local/include/odbcinst.h" ]; then echo "cdr_odbc.so"; fi)
#
# PGSQL stuff... Autoconf anyone??