Skip to content
Snippets Groups Projects
Commit 7b496d83 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

configure: Add necessary pragma to workaround.

* Necessary on FreeBSD and macOS that is.
parent 93890f41
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@
#endif
#include <fenv.h>
#pragma STDC FENV_ACCESS ON
static void __attribute__((constructor))
xt_init_xml_parser_nofpe(void) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment