1AC_ARG_ENABLE([cr],
2[AS_HELP_STRING([--disable-cr], [do not link with C reentrant library (BSD)])],
3use_cr=$enableval,)
4