Fix: don't accept configure --disable-shared
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Mar 2014 14:00:28 +0000 (10:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Mar 2014 14:04:03 +0000 (10:04 -0400)
Building LTTng-UST with --disable-shared compiles fine, but the
resulting installed static libraries silently fails to trace, because
tracepoint fails to dlopen liblttng-ust-tracepoint.so. So don't allow
this unsupported configure option.

Also document this requirement in the README.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.024199 seconds and 4 git commands to generate.