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:00:28 +0000 (10:00 -0400)
commitccb19569716f805421716b5efde0e3156a6757e3
treeb986a48e667cb106ce63c10e2ac3cfa768e96927
parentf039c6b021b3add8c3b1a9260738aca70c7864d5
Fix: don't accept configure --disable-shared

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>
README
configure.ac
This page took 0.026031 seconds and 4 git commands to generate.