aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-12-28 20:13:29 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-12-28 20:13:29 +0000
commit0dc1d6801f0e00a6aa23e211f49504600b049610 (patch)
tree939c66fb3d060e423cc4ba566d6c11a9c5838f36 /cdr
parent4ffd1c047c4a348bea22a86faf333a02b4190764 (diff)
check another possible location for unix-odbc install. Bug #727
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1885 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr')
-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??