From 58c1a92bc40859872872f83f2afc7a6df0b41872 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Sun, 28 Dec 2003 20:13:29 +0000 Subject: [PATCH] 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 --- cdr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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??