[--with-other-libc=/path/to/other/libc/dir Link against libc and other standard libraries installed in the specified non-standard location overriding default. Originally added to be able to link against glibc 2.2 without making the user upgrade the standard libc installation ],
[--with-other-libc=/path/to/other/libc/dir Link against libc and other standard libraries installed in the specified non-standard location overriding default. Originally added to be able to link against glibc 2.2 without making the user upgrade the standard libc installation ],
[
[
...
@@ -440,7 +441,26 @@ AC_ARG_WITH(other-libc,
...
@@ -440,7 +441,26 @@ AC_ARG_WITH(other-libc,
#leniently when they violatate ANSI C++ standard, but it is strict otherwise
#leniently when they violatate ANSI C++ standard, but it is strict otherwise
#since gcc cannot now recognize that our headers are libc, we work around
#since gcc cannot now recognize that our headers are libc, we work around
#by telling it to be permissive
#by telling it to be permissive
static_nss=
if test-f"$other_libc_lib/libnss_files.a"
then
# libc has been compiled with --enable-static-nss
# we need special flags, but we will have to add those later