summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-18 08:35:52 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-18 08:35:52 +0000
commitd52d679fe5d63085ea6c8b4514456df41b4677be (patch)
tree12d5bb86ae377e964f5858fa87e201b76eb73813
parent0780ab42fae50562f1d579f135b68b8744173730 (diff)
downloadcppunit-d52d679fe5d63085ea6c8b4514456df41b4677be.tar.gz
Configure.
configure.in: added some makefile.am * contrib/readme.txt: updated. * contrib/bc5/bc5-makefile.zip: added borland 5.5 makefile. Contributed by project cuppa.
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f709d87..586ff46 100644
--- a/configure.in
+++ b/configure.in
@@ -88,8 +88,9 @@ AC_ARG_ENABLE(typeinfo-name,
AC_DEFINE_UNQUOTED(USE_TYPEINFO_NAME,$cppunit_val,
[Define to 1 to use type_info::name() for class names])
-
-AC_DEFINE(NO_TESTPLUGIN,1)
+testplugin_val=1
+AC_DEFINE_UNQUOTED(NO_TESTPLUGIN,$testplugin_val,
+[defined to disable TestPlugIn])
AC_OUTPUT([