aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-19 21:40:42 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-19 21:40:42 +0000
commit8275cee2387ff946cab355b47ecb270cfa94d0e2 (patch)
tree511c36b34bf501da5c2e6efa15f4ea7a44eaee0f /agi
parent63e2848d646d4882377443ba32a0803b390ccec4 (diff)
fix the build of eagi-test on Solaris in combination with astmm
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13630 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/agi/Makefile b/agi/Makefile
index a2f3bee05..e24587720 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -13,7 +13,7 @@
AGIS=agi-test.agi eagi-test eagi-sphinx-test jukebox.agi
-CFLAGS+=
+CFLAGS+=-DNO_AST_MM
LIBS=
ifeq ($(OSARCH),SunOS)