]> git.evergreen-ils.org Git - OpenSRF.git/commit
Don't define a variable inside a conditional block
authorDan Scott <dan@coffeecode.net>
Thu, 25 Aug 2011 15:41:19 +0000 (11:41 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 25 Aug 2011 15:41:19 +0000 (11:41 -0400)
commit0725d1ddced0f16c351a5953f5fd3c14714cda1a
treec927ed32ec3729a8eb6793585589fde7951efd6e
parentb24e90f1a1b1f2309ca3cdf0728cdd54f7822597
Don't define a variable inside a conditional block

./configure --disable-core --enable-javascript was dying with an error
due to CHECK_TESTS not being defined; move it outside the conditional
block so that we can ensure that it is defined as either yes or no.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
configure.ac