summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 16:49:20 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 16:49:20 +0000
commitf960bc485747a32d63f32590f368f01a2ab927df (patch)
tree3a49ba4265ae39fb1f5e590e89276d317320044e /doc
parent60f721b380bcd20f18f8eb2880c9e2fde68861f2 (diff)
downloadmpc-f960bc485747a32d63f32590f368f01a2ab927df.tar.gz
tests/Makefile.am: force creating of executables instead of shell scripts
configure.ac: allow valgrind tests for dynamic library git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1047 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpc.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/mpc.texi b/doc/mpc.texi
index 527689c..b593faf 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -164,8 +164,6 @@ specify an alternative installation location instead of
To enable checking for memory leaks using @command{valgrind} during
@code{make check}, add the parameter @code{--enable-valgrind-tests}.
-This can only be used on static libraries, so you need to pass
-@code{--disable-shared} at the same time.
If for debugging purposes you wish to log calls to GNU MPC functions from
within your code, add the parameter @samp{--enable-logging}.