diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-12-03 21:51:09 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-12-03 21:51:09 +0000 |
commit | fb983d6d17b06769999372f2e87ebd83ec58c503 (patch) | |
tree | d248cdaca779fff04439fcee9fe958b088122b48 | |
parent | 43f15c15d8f5a925e9737e261a74c69b7e09abeb (diff) | |
download | glibc-fb983d6d17b06769999372f2e87ebd83ec58c503.tar.gz |
Looks like we need a relative path here.
Fixing warning:
checking sysdep dirs...
nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64 configure:
WARNING: nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Implies
specifies nonexistent
nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86
Run configure with environment variable "enable_debug_configure"
set to any non-emty value and see how configure search sysdeps dirs
-rw-r--r-- | nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Implies | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Implies b/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Implies index b4e16c658e..772b20e20f 100644 --- a/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Implies +++ b/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Implies @@ -1 +1 @@ -nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86 +unix/sysv/solaris2/kopensolaris-gnu/x86 |