Disable stand-alone tests that require `dlopen' when `--disable-shared'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 31 Jan 2011 18:26:01 +0000 (19:26 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 31 Jan 2011 18:26:01 +0000 (19:26 +0100)
commit2ddf08514965cb7c0fa60a56b343dfa811e836e5
treeba93581df6d5b2f34824725c51f8172389caa3b2
parenta8591a55f0d7186fbdd58b3c570bbe945b58fa11
Disable stand-alone tests that require `dlopen' when `--disable-shared'.

* configure.ac (HAVE_SHARED_LIBRARIES): New Automake conditional.

* test-suite/standalone/Makefile.am (check_SCRIPTS): Add `test-asmobs',
  `test-ffi', and `test-extensions' only when `HAVE_SHARED_LIBRARIES'.
configure.ac
test-suite/standalone/Makefile.am