--- configure
+++ configure
@@ -19012,7 +19012,7 @@
 	# even in the cases where we DO link to libstdc++.
 	# Put -fno-rtti before $CXXFLAGS such that users can re-enable it
 	# by overriding CXXFLAGS.
-	CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
+	CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
 
 	# Assorted warnings
 	CXXFLAGS="$CXXFLAGS -Wcast-align"