summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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