From: Jeremy McNamara Date: Sun, 28 Dec 2003 20:13:29 +0000 (+0000) Subject: check another possible location for unix-odbc install. Bug #727 X-Git-Tag: 0.7.0~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58c1a92bc40859872872f83f2afc7a6df0b41872;p=thirdparty%2Fasterisk.git 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 --- diff --git a/cdr/Makefile b/cdr/Makefile index 056b919d73..fb5f48281b 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??