diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2011-04-15 22:08:30 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2011-04-15 22:08:30 (GMT) |
commit | 27a7f563f1d199bb6f38c12978981518ad445f92 (patch) | |
tree | 52737db97a4dd76d0dc9149f5e97d2690463dd6d /hl/examples/Makefile.am | |
parent | 48079fa0fa7c8274aa36d0f4f0ac82ade23e5b8c (diff) | |
download | hdf5-27a7f563f1d199bb6f38c12978981518ad445f92.zip hdf5-27a7f563f1d199bb6f38c12978981518ad445f92.tar.gz hdf5-27a7f563f1d199bb6f38c12978981518ad445f92.tar.bz2 |
[svn-r20530] Updated configure.in to check for a non-empty LL_PATH in addition to using szip before attempting to export LL_PATH as LD_LIBRARY_PATH in the examples and hl/examples Makefiles. This fixes a probelm that caused make install or installcheck on FreeBSD machines.
Tested on freedom and jam.
Diffstat (limited to 'hl/examples/Makefile.am')
-rw-r--r-- | hl/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/examples/Makefile.am b/hl/examples/Makefile.am index d1f67bc..fb0045f 100644 --- a/hl/examples/Makefile.am +++ b/hl/examples/Makefile.am @@ -91,7 +91,7 @@ ex_table10: $(srcdir)/ex_table10.c ex_table11: $(srcdir)/ex_table11.c ex_table12: $(srcdir)/ex_table12.c -if BUILD_SZIP_CONDITIONAL +if BUILD_SHARED_SZIP_CONDITIONAL export LD_LIBRARY_PATH=$(LL_PATH) endif |