From 26bbed3d92c7914f6e0b327dcb797fd027441cab Mon Sep 17 00:00:00 2001 From: Yossi Neiman Date: Mon, 22 Jan 2007 22:08:13 +0000 Subject: [PATCH] Commented out the CFLAGS in mod_cdr for using my apr_queue enhancements by default. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4023 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/event_handlers/mod_cdr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/event_handlers/mod_cdr/Makefile b/src/mod/event_handlers/mod_cdr/Makefile index 8be30ba72c..6f72c21bf0 100644 --- a/src/mod/event_handlers/mod_cdr/Makefile +++ b/src/mod/event_handlers/mod_cdr/Makefile @@ -1,6 +1,6 @@ CFLAGS += $(shell mysql_config --include) -CFLAGS += -DSWITCH_QUEUE_ENHANCED +#CFLAGS += -DSWITCH_QUEUE_ENHANCED LDFLAGS += $(shell mysql_config --libs) #LDFLAGS += -lcurl