if  [[  $(uname -r)  =  2.6.*  ]];  then
  if  test  "$HOST" == "i386-pc-linux-gnu"; then
    message "[[ ${QUERY_COLOR}Not building with NPTL as that's unsupported on i386; use i486 or higher.${DEFAULT} ]]"
    config_set_option GLIBC_NPTL n
  else
    config_query  GLIBC_NPTL  "As you are running a 2.6 kernel, would you like to use the new nptl (Native Posix Thread Libary)?"  y
  fi
fi  &&

config_query  GLIBC_UTF  "Would you like to generate UTF-8 locale data (Unicode) as well as the  native charset data?"  n

if [[ "$HOST" == x86_64-* ]]; then
  config_query GLIBC_NOLIB64  "Shall the dynamic linker install to /lib (not /lib64) (lib64 purge  part 2 of 2)?"  n
fi
