diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-09-10 14:24:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-09-10 14:24:34 (GMT) |
commit | 175e82e4843dbf2d6bec7f7121798338f4564379 (patch) | |
tree | b3d93c7c46e8e64984ca6b39db970bf4b5323b40 /src/libhdf5.settings.in | |
parent | b0d34310f5ff752c5ab1ef3a0c88229aea32c31f (diff) | |
download | hdf5-175e82e4843dbf2d6bec7f7121798338f4564379.zip hdf5-175e82e4843dbf2d6bec7f7121798338f4564379.tar.gz hdf5-175e82e4843dbf2d6bec7f7121798338f4564379.tar.bz2 |
[svn-r24120] HDFFV-8345: plugin test properly checks static-exec result to include test.
Tested: jam
Diffstat (limited to 'src/libhdf5.settings.in')
-rw-r--r-- | src/libhdf5.settings.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in index 343fa34..b594cc2 100644 --- a/src/libhdf5.settings.in +++ b/src/libhdf5.settings.in @@ -25,7 +25,7 @@ Compiling Options: AM_CPPFLAGS: @AM_CPPFLAGS@ Shared C Library: @enable_shared@ Static C Library: @enable_static@ - Statically Linked Executables: @STATIC_EXEC@ + Statically Linked Executables: @LT_STATIC_EXEC@ LDFLAGS: @LDFLAGS@ H5_LDFLAGS: @H5_LDFLAGS@ AM_LDFLAGS: @AM_LDFLAGS@ |