diff options
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 6 insertions, 2 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 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]) |