Home
last modified time | relevance | path

Searched refs:static_nss (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/
Dconfig.make.in91 build-static-nss = @static_nss@
Dconfigure.ac250 [static_nss=$enableval],
251 [static_nss=no])
253 if test x"$static_nss" = xyes || test x"$shared" = xno; then
254 static_nss=yes
1799 AC_SUBST(static_nss) subst
Dconfigure3498 enableval=$enable_static_nss; static_nss=$enableval
3500 static_nss=no
3503 if test x"$static_nss" = xyes || test x"$shared" = xno; then
3504 static_nss=yes
/glibc-2.36/ChangeLog.old/
DChangeLog.135119 * configure.in (static_nss): Set to `yes' if --disable-shared.