This is for postgres, not mysql now. (it was buggin me)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1683 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2003-11-01 11:26:28 +00:00
parent 0827fe8bc1
commit 840e27bd41

View File

@@ -16,7 +16,7 @@ MODS=cdr_csv.so
CFLAGS+=-fPIC
#
# MySQL stuff... Autoconf anyone??
# PGSQL stuff... Autoconf anyone??
#
MODS+=$(shell if [ -d /usr/local/pgsql/include ] || [ -d /usr/include/pgsql ] || [ -d /usr/local/include/pgsql ] || [ -d /opt/pgsql/include ] || [ -f /usr/include/libpq-fe.h ] ; then echo "cdr_pgsql.so"; fi)
CFLAGS+=$(shell if [ -d /usr/local/pgsql/include ]; then echo "-I/usr/local/pgsql/include"; fi)