diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-27 15:39:16 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-27 15:39:16 (GMT) |
commit | 5b12b8e1227d70dab65a90ab1478cbf88b9e0930 (patch) | |
tree | ec991041a92b886432e4272a7db6b44013a48d94 /configure.ac | |
parent | bda2e5da5af056752db021fbb861ea95d30c6afd (diff) | |
download | hdf5-5b12b8e1227d70dab65a90ab1478cbf88b9e0930.zip hdf5-5b12b8e1227d70dab65a90ab1478cbf88b9e0930.tar.gz hdf5-5b12b8e1227d70dab65a90ab1478cbf88b9e0930.tar.bz2 |
[svn-r23465] I moved dynlib1.c to test/ directory and revised the Makefile.am in test/. I added the condition to skip
plugin.c test when the library is built for static.
Tested on jam, koala, and emu.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cfe6cec..4f9f7a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1037,6 +1037,11 @@ LT_PREREQ([2.2]) LT_INIT([dlopen]) ## ---------------------------------------------------------------------- +## Set a macro if shared library is enabled. +## +AM_CONDITIONAL([HAVE_SHARED_CONDITIONAL], [test "X$enable_shared" = "Xyes"]) + +## ---------------------------------------------------------------------- ## Check if we should install only statically linked executables. ## This check needs to occur after libtool is initialized because ## we check a libtool cache value and may issue a warning based @@ -4446,7 +4451,6 @@ AC_CONFIG_FILES([src/libhdf5.settings test/testlibinfo.sh test/testlinks_env.sh test/test_plugin.sh - test/plugin_lib/Makefile testpar/Makefile testpar/testph5.sh perform/Makefile |