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
This commit is contained in:
Jeremy McNamara
2003-12-28 20:13:29 +00:00
parent 148edfcf26
commit 58c1a92bc4

View File

@@ -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??