wok diff claws-mail/receipt @ rev 10317
efreet: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 23:54:51 2011 +0000 (2011-05-21) |
parents | 913b7c6095ec |
children | 6d375ff43624 |
line diff
1.1 --- a/claws-mail/receipt Sat May 21 01:36:49 2011 +0000 1.2 +++ b/claws-mail/receipt Sat May 21 23:54:51 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