diff options
| author | Roland McGrath <[email protected]> | 2005-11-18 23:55:47 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2005-11-18 23:55:47 +0000 |
| commit | 9365d2c3439c524c9ca0b9d70f0a559d392a7e05 (patch) | |
| tree | a497fe123eb3b18e4af66b94641b47ae26026962 /tests/test-wrapper.sh | |
| parent | 32240f3d2bfd813354c63668dc966c8e27eaec40 (diff) | |
2005-11-18 Roland McGrath <[email protected]>
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
tests/
2005-11-18 Roland McGrath <[email protected]>
* test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
* test-wrapper.sh: Likewise.
Diffstat (limited to 'tests/test-wrapper.sh')
| -rwxr-xr-x | tests/test-wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-wrapper.sh b/tests/test-wrapper.sh index a4f2a218..4963ce25 100755 --- a/tests/test-wrapper.sh +++ b/tests/test-wrapper.sh @@ -45,7 +45,7 @@ case "$1" in elif [ $elfutils_tests_rpath = yes ]; then echo >&2 installcheck not possible with --enable-tests-rpath exit 77 - elif [ "x$libdir" != x/usr/lib ]; then + elif [ "x$libdir" != x/usr/lib ] && [ "x$libdir" != x/usr/lib64 ]; then LD_LIBRARY_PATH="$libdir${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" export LD_LIBRARY_PATH fi |
