1 --- a/configure.ac 2021-05-14 16:58:39.897389483 +0200
2 +++ b/configure.ac 2021-05-14 16:58:51.890750976 +0200
4 AC_MSG_RESULT([$enable_docs])
5 AM_CONDITIONAL([DOCS], [test x${enable_docs} = xyes])
7 -dnl Enable Compiler Warnings
9 -dnl Disable a warning with many false positives; perhaps rethink later
10 -AX_CHECK_COMPILE_FLAG([-Wno-write-strings],
11 -[CFLAGS="$CFLAGS -Wno-write-strings"
12 -CXXFLAGS="$CXXFLAGS -Wno-write-strings"])
13 -dnl Disable voluminous cloud of rather harmless warnings
14 -AX_CHECK_COMPILE_FLAG([-Wno-unused-variable],
15 -[CFLAGS="$CFLAGS -Wno-unused-variable"
16 -CXXFLAGS="$CXXFLAGS -Wno-unused-variable"])
18 dnl Checks for libraries.
19 AC_SEARCH_LIBS(sqrt,[m])
20 AC_SEARCH_LIBS(atan,[m])