From ac339aa792bc16d5c06d4e1d758ff2213c5cb286 Mon Sep 17 00:00:00 2001 From: Mike McGreevy Date: Fri, 30 May 2008 15:59:01 -0500 Subject: [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 --- configure | 6 ++++-- configure.in | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configure b/configure index c339727..ca5e8aa 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 15085 2008-05-28 21:40:32Z acheng . +# From configure.in Id: configure.in 15105 2008-05-30 18:33:13Z epourmal . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.8.1-snap0. # @@ -20860,7 +20860,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 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]) -- cgit v0.12