wok rev 10055

weechat: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 04:37:16 2011 +0000 (2011-05-20)
parents b8454fb20cc5
children 42c425ddf370
files weechat/receipt
line diff
     1.1 --- a/weechat/receipt	Fri May 20 04:19:09 2011 +0000
     1.2 +++ b/weechat/receipt	Fri May 20 04:37:16 2011 +0000
     1.3 @@ -34,7 +34,8 @@
     1.4  		--disable-tcl \
     1.5  		--disable-aspell \
     1.6  		--disable-doc \
     1.7 -		--with-debug=0 &&
     1.8 +		--with-debug=0 \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make install
    1.12  }