[Asterisk-cvs] asterisk/cdr Makefile,1.16,1.17

jeremy at lists.digium.com jeremy at lists.digium.com
Sun Dec 28 14:21:53 CST 2003


Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv10786

Modified Files:
	Makefile 
Log Message:
check another possible location for unix-odbc install. Bug #727


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile	6 Dec 2003 23:19:22 -0000	1.16
+++ Makefile	28 Dec 2003 20:13:29 -0000	1.17
@@ -19,7 +19,7 @@
 # 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??




More information about the svn-commits mailing list