summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/openbox.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/openbox.m4 b/m4/openbox.m4
index 08e67cf7..f4ef76fa 100644
--- a/m4/openbox.m4
+++ b/m4/openbox.m4
@@ -41,7 +41,7 @@ AC_DEFUN([OB_COMPILER_FLAGS],
AC_MSG_CHECKING([for GNU C++])
if test "$GXX" = "yes"; then
AC_MSG_RESULT([yes])
- FLAGS="-Wall -W -fno-check-new -fno-exceptions -fno-rtti"
+ FLAGS="-Wall -W -fno-check-new -fno-exceptions"
# -pedantic
test "$DEBUG" = "yes" && FLAGS="$FLAGS -g -fno-inline"
else