# HG changeset patch # User Christopher Rogers # Date 1305866236 0 # Node ID 6250bda90743216590953617d3b50fc460556dcf # Parent b8454fb20cc5bfdee75d4d860072f95e05208a0e weechat: Add $CONFIGURE_ARGS. diff -r b8454fb20cc5 -r 6250bda90743 weechat/receipt --- a/weechat/receipt Fri May 20 04:19:09 2011 +0000 +++ b/weechat/receipt Fri May 20 04:37:16 2011 +0000 @@ -34,7 +34,8 @@ --disable-tcl \ --disable-aspell \ --disable-doc \ - --with-debug=0 && + --with-debug=0 \ + $CONFIGURE_ARGS && make && make install }