wok rev 10290

claws-mail: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 18:30:45 2011 +0000 (2011-05-21)
parents f12f31c20a9f
children 82c8391f7fd5
files claws-mail/receipt
line diff
     1.1 --- a/claws-mail/receipt	Sat May 21 18:26:24 2011 +0000
     1.2 +++ b/claws-mail/receipt	Sat May 21 18:30:45 2011 +0000
     1.3 @@ -26,7 +26,8 @@
     1.4  	./configure \
     1.5  	 	--disable-ldap \
     1.6  	 	--disable-jpilot \
     1.7 -	 	--disable-dillo-viewer-plugin &&
     1.8 +	 	--disable-dillo-viewer-plugin \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }
    1.12