]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Commented out the CFLAGS in mod_cdr for using my apr_queue enhancements by default.
authorYossi Neiman <freeswitch@cartissolutions.com>
Mon, 22 Jan 2007 22:08:13 +0000 (22:08 +0000)
committerYossi Neiman <freeswitch@cartissolutions.com>
Mon, 22 Jan 2007 22:08:13 +0000 (22:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4023 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_cdr/Makefile

index 8be30ba72cd58668175d6e4d109cd35eeb7e08cf..6f72c21bf056bf8bbc043b83742a061089509224 100644 (file)
@@ -1,6 +1,6 @@
 
 CFLAGS  += $(shell mysql_config --include) 
-CFLAGS  += -DSWITCH_QUEUE_ENHANCED
+#CFLAGS  += -DSWITCH_QUEUE_ENHANCED
 LDFLAGS += $(shell mysql_config --libs)
 #LDFLAGS += -lcurl