Changeset 365
- Timestamp:
- 05/28/08 01:50:39 (6 months ago)
- Files:
-
- 1 modified
-
trunk/thrucommon/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thrucommon/configure.in
r339 r365 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)
