From dc6afcb8b368bf2056e31ff1056ed3682349ea4a Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 15 Mar 2007 19:39:18 +0000 Subject: [PATCH] fix build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4610 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/formats/mod_shout/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/formats/mod_shout/Makefile b/src/mod/formats/mod_shout/Makefile index 40b0a1c5e7..3926de1657 100644 --- a/src/mod/formats/mod_shout/Makefile +++ b/src/mod/formats/mod_shout/Makefile @@ -34,7 +34,7 @@ $(LAMELA): $(LAME_DIR)/Makefile $(SHOUT_DIR)/Makefile: $(GETLIB) $(SHOUT).tar.gz - cd $(SHOUT_DIR) && ./configure $(DEFAULT_ARGS) + cd $(SHOUT_DIR) && ./configure $(DEFAULT_ARGS) --with-speex=no $(SHOUTLA): $(SHOUT_DIR)/Makefile cd $(SHOUT_DIR) && $(MAKE)