From 5b49f62b7cfc30451990f0e5b62f74e102144c87 Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 28 Nov 2004 21:28:30 +0000 Subject: Add ability to store voicemail in ODBC database git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4349 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index a50ac8091..08e24de11 100755 --- a/apps/Makefile +++ b/apps/Makefile @@ -50,14 +50,11 @@ APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so ap APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; fi) CFLAGS+=-fPIC - -ifeq ($(USE_POSTGRES_VM_INTERFACE),1) -CFLAGS+=-DUSEPOSTGRESVM -endif - -ifeq ($(USE_MYSQL_VM_INTERFACE),1) -CFLAGS+=-DUSEMYSQLVM -endif +# +# If you have MySQL 4.1 or later you can use ODBC +# storage +# +#CFLAGS+=-DUSE_ODBC_STORAGE all: $(APPS) -- cgit v1.2.3