summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-30 21:47:44 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-30 21:47:44 (GMT)
commit2b715cd29baa74e3f66878f326511a9595e80bdb (patch)
treead71afa2b6ced58131a1b8463d6db7f52f03817d /configure.in
parentc9702f551ca0c86f17aa04112ccb2e6fcb0553f3 (diff)
downloadhdf5-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.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7998ee8..ba97020 100644
--- a/configure.in
+++ b/configure.in
@@ -960,7 +960,9 @@ AC_ARG_ENABLE([sharedlib-rpath],
case "X-$RPATH" in
X-no)
AC_MSG_RESULT([no])
- hardcode_libdir_flag_spec=''
+ runpath_var=
+ hardcode_libdir_flag_spec=
+ hardcode_libdir_flag_spec_ld=
;;
X-|X-yes)
AC_MSG_RESULT([yes])