Updated Branches: refs/heads/docs f7d148060 -> 5e307b416 Fixed up for consistency Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5e307b41 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5e307b41 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5e307b41 Branch: refs/heads/docs Commit: 5e307b4161c8dda8233ef6e6033c3b9a8a44f9e9 Parents: f7d1480 Author: Noah Slater Authored: Sat Oct 13 16:51:33 2012 +0100 Committer: Noah Slater Committed: Sat Oct 13 16:51:33 2012 +0100 ---------------------------------------------------------------------- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5e307b41/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 88bb8bf..194b04c 100644 --- a/configure.ac +++ b/configure.ac @@ -497,10 +497,10 @@ fi AM_CONDITIONAL([INIT], [test x${init_enabled} = xtrue]) AM_CONDITIONAL([LAUNCHD], [test x${launchd_enabled} = xtrue]) +AM_CONDITIONAL([RUN_TESTS], [test x${skip_tests} = xyes]) AM_CONDITIONAL([HELP2MAN], [test x${help2man_enabled} = xtrue]) AM_CONDITIONAL([USE_NATIVE_MOCHIJSON], [test x${native_mochijson_enabled} = xyes]) AM_CONDITIONAL([USE_CURL], [test x${use_curl} = xyes]) -AM_CONDITIONAL([RUN_TESTS], [test x$skip_tests = xyes]) AC_SUBST([package_author_name], ["LOCAL_PACKAGE_AUTHOR_NAME"]) AC_SUBST([package_author_address], ["LOCAL_PACKAGE_AUTHOR_ADDRESS"])