diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-19 01:58:22 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:04 -0600 |
commit | 72bac9ba978508a781d6d53803c1dfe7b913344b (patch) | |
tree | 2d0e222eba137f981f65cc1de95289dbadd7548b /configure.in | |
parent | d5f31a603c6ea5d232c54d4c0311f94db7e09de3 (diff) |
ENABLE_RPATH and LINKFLAGSRUNPATH are not used
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.in b/configure.in index 3bbf3e9688e0..842a801630db 100644 --- a/configure.in +++ b/configure.in @@ -3366,18 +3366,6 @@ else fi AC_SUBST(ENABLE_UGLY) -dnl =================================================================== -dnl Disable rpath in shared libraries? -dnl =================================================================== -AC_MSG_CHECKING([whether to use RPATH in shared libraries]) -if test "$enable_rpath" = "no"; then - ENABLE_RPATH="no" -else - ENABLE_RPATH="yes" -fi -AC_MSG_RESULT([$ENABLE_RPATH]) -AC_SUBST(ENABLE_RPATH) - dnl Test whether to include MySpell dictionaries dnl =================================================================== AC_MSG_CHECKING([whether to include MySpell dictionaries]) |