We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1044a28 commit cc5299fCopy full SHA for cc5299f
configure.ac
@@ -4,7 +4,7 @@
4
#AC_PREREQ([2.63b])
5
AC_INIT([handlersocket-plugin], [1.0.6], [https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/issues])
6
AC_CONFIG_HEADERS([config.h])
7
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall -Wno-extra-portability -Werror foreign])
8
AC_CONFIG_SRCDIR([libhsclient/fatal.cpp])
9
AC_CONFIG_MACRO_DIR([m4])
10
0 commit comments