Skip to content
Snippets Groups Projects
Commit 90466b2c authored by Daniel Bevenius's avatar Daniel Bevenius Committed by Tatsuhiro Tsujikawa
Browse files

Fix build failure for --disable-shared

Currently, when configuring with --disable-shared the following error is
generated when running make check:
make[2]: *** No rule to make target `../lib/.libs/*.o',
needed by `main'.  Stop.
make[2]: *** Waiting for unfinished jobs....

This commit adds a conditional for this case.
parent 219dc88e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment