Changeset 365

Show
Ignore:
Timestamp:
05/28/08 01:50:39 (6 months ago)
Author:
rm
Message:

fix for with tests yes/no.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thrucommon/configure.in

    r339 r365  
    1818    AC_HELP_STRING([--with-tests], 
    1919                   [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]) 
    2222if test "x$with_tests" = "xyes"; then 
    2323    AM_PATH_CPPUNIT(1.9.6)