Commit df587376 authored by unknown's avatar unknown

build fix for instance manager build on aix and hpux


server-tools/instance-manager/Makefile.am:
  remove -Wall and -W, not all compilers know these
parent 2429b7e8
......@@ -61,7 +61,7 @@ client_settings.h:
libexec_PROGRAMS= mysqlmanager
mysqlmanager_CXXFLAGS= -Wall -W
mysqlmanager_CXXFLAGS=
mysqlmanager_SOURCES= command.cc command.h mysqlmanager.cc \
manager.h manager.cc log.h log.cc \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment