1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
unknown
2006-12-06 09:17:08 +01:00
parent 2429b7e84a
commit df5873768b

View File

@ -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 \