diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-30 21:47:44 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-30 21:47:44 (GMT) |
commit | 2b715cd29baa74e3f66878f326511a9595e80bdb (patch) | |
tree | ad71afa2b6ced58131a1b8463d6db7f52f03817d /configure | |
parent | c9702f551ca0c86f17aa04112ccb2e6fcb0553f3 (diff) | |
download | hdf5-2b715cd29baa74e3f66878f326511a9595e80bdb.zip hdf5-2b715cd29baa74e3f66878f326511a9595e80bdb.tar.gz hdf5-2b715cd29baa74e3f66878f326511a9595e80bdb.tar.bz2 |
[svn-r15112] Purpose: Bug fix
Description: While '-Wl,-rpath' information was being removed from compile
lines when using --disable-sharedlib-rpath, some information
was still hidden in another variable tht never got reset and
thus snuck into the executables. This fix should take care of
that issue.
Tested: kagiso, smirom
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20862,7 +20862,9 @@ case "X-$RPATH" in X-no) { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } - hardcode_libdir_flag_spec='' + runpath_var= + hardcode_libdir_flag_spec= + hardcode_libdir_flag_spec_ld= ;; X-|X-yes) { echo "$as_me:$LINENO: result: yes" >&5 |