1# See LICENSE for license details.
2
3AC_ARG_ENABLE([fp-emulation], AS_HELP_STRING([--disable-fp-emulation], [Disable floating-point emulation]))
4AS_IF([test "x$enable_fp_emulation" != "xno"], [
5  AC_DEFINE([PK_ENABLE_FP_EMULATION],,[Define if floating-point emulation is enabled])
6])
7