| CODENOTIFIER | HelpYou are not signed inSign in |
Project: ThruDB
Revision: 365
Author: rm
Date: 27 May 2008 21:50:39
Diff at Trac: http://trac.thrudb.org/changeset/365
Changes:Diff:| ... | ...@@ -17,8 +17,8 @@ | |
| 17 | 17 | AC_ARG_WITH(tests, |
| 18 | 18 | AC_HELP_STRING([--with-tests], |
| 19 | 19 | [build test suite support, requires cppunit (default is no]), |
| 20 | [with_memcached=$withval], | |
| 21 | [with_memcached=no]) | |
| 20 | [with_tests=$withval], | |
| 21 | [with_tests=no]) | |
| 22 | 22 | if test "x$with_tests" = "xyes"; then |
| 23 | 23 | AM_PATH_CPPUNIT(1.9.6) |
| 24 | 24 | if test "x$no_cppunit" != "xyes" ; then |