Added dummy AC_CHECK_LIB() to avoid macro ordering problem. This is a hack to avoid problem where a required method used by AC_CHECK_LIB() is not declared early enough when the macro is called inside AC_ARG_WITH(). There is no need to check if libm exist, or that the sin method is present, but this ensure the required machinery is in place before it is used.