[tuples] heads up. you need to specify --enable-checking

2007-08-01 Thread Diego Novillo
I just got tricked by my change to DEV-PHASE. Since the branch no longer says 'experimental' but it specifies the branch name and the mainline merge revision number, configure is defaulting to --enable-checking=release. So, when configuring the branch make sure you specify --enable-checking.

Re: [tuples] heads up. you need to specify --enable-checking

2007-08-01 Thread Diego Novillo
On 8/1/07 12:37 PM, Diego Novillo wrote: > So, when configuring the branch make sure you specify --enable-checking. Oh, never mind. Andrew pointed out that it's much easier to just modify version.c as we usually do on branches. Silly me. No need to explicitly --enable-checking now. Apologies