You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
547 B
12 lines
547 B
Index: configure.ac |
|
--- configure.ac.orig 2023-07-13 18:23:39.299736000 +0200 |
|
+++ configure.ac 2023-07-13 18:27:00.841177000 +0200 |
|
@@ -18,7 +18,7 @@ |
|
m4_include([m4/libuv-extra-automake-flags.m4]) |
|
m4_include([m4/as_case.m4]) |
|
m4_include([m4/libuv-check-flags.m4]) |
|
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects] UV_EXTRA_AUTOMAKE_FLAGS) |
|
+AM_INIT_AUTOMAKE([foreign subdir-objects] UV_EXTRA_AUTOMAKE_FLAGS) |
|
AM_MAINTAINER_MODE([enable]) # pass --disable-maintainer-mode if autotools may be unavailable |
|
AC_CANONICAL_HOST |
|
AC_ENABLE_SHARED
|
|
|