summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2014-04-17 16:17:49 +0200
committermanuel <manuel@mausz.at>2014-04-17 16:17:49 +0200
commit7a6be06066e4377e39eca5fb8b6ba66240fca707 (patch)
treef8dde5c39fc60d17883a95bb379e7e769badd48c /configure.ac
parentaf214790e552310a254ee212df29e8d83f0427a1 (diff)
downloadmysql-table_sizes-7a6be06066e4377e39eca5fb8b6ba66240fca707.tar.gz
mysql-table_sizes-7a6be06066e4377e39eca5fb8b6ba66240fca707.tar.bz2
mysql-table_sizes-7a6be06066e4377e39eca5fb8b6ba66240fca707.zip
fixes for mysql 5.6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 86fda3a..5e655dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,8 +62,8 @@ AC_PROG_LIBTOOL
62AC_PROG_CXX 62AC_PROG_CXX
63AC_PROG_CPP 63AC_PROG_CPP
64 64
65#we can add the following flags for better error catching: -Werror -Wimplicit 65#we can add the following flags for better error catching: -Werror
66CPPFLAGS="$CPPFLAGS -Werror -Wimplicit" 66CPPFLAGS="$CPPFLAGS -Werror"
67# From MySQL: Disable exceptions as they seams to create problems with gcc and threads. 67# From MySQL: Disable exceptions as they seams to create problems with gcc and threads.
68CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti" 68CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti"
69 69