From: Anthony Minessale Date: Thu, 15 Mar 2007 19:39:18 +0000 (+0000) Subject: fix build X-Git-Tag: v1.0-beta1~810 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6afcb8b368bf2056e31ff1056ed3682349ea4a;p=thirdparty%2Ffreeswitch.git fix build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4610 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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)