summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-30 20:59:01 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-30 20:59:01 (GMT)
commitac339aa792bc16d5c06d4e1d758ff2213c5cb286 (patch)
tree3394dc2ac72538688fbcf1dd8a9703e20f79be55 /configure.in
parent454b061aa69c11ccb9f2bc890a5c9e8de6daeba5 (diff)
downloadhdf5-ac339aa792bc16d5c06d4e1d758ff2213c5cb286.zip
hdf5-ac339aa792bc16d5c06d4e1d758ff2213c5cb286.tar.gz
hdf5-ac339aa792bc16d5c06d4e1d758ff2213c5cb286.tar.bz2
[svn-r15111] 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 that 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 6d8ed9c..73d6493 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])