upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / ucblogo / repos / community-x86_64 / configure.patch
blobc46eda9e7b3b35024f9551e03ef3612c37bc1fc0
1 --- a/configure.ac 2021-05-14 16:58:39.897389483 +0200
2 +++ b/configure.ac 2021-05-14 16:58:51.890750976 +0200
3 @@ -72,17 +72,6 @@
4 AC_MSG_RESULT([$enable_docs])
5 AM_CONDITIONAL([DOCS], [test x${enable_docs} = xyes])
7 -dnl Enable Compiler Warnings
8 -AX_CFLAGS_WARN_ALL
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])