--- rxvt-unicode/configure.ac 2007/11/18 01:02:09 1.83 +++ rxvt-unicode/configure.ac 2007/11/26 20:07:49 1.85 @@ -65,7 +65,7 @@ dnl# if test -z "$orig_CXXFLAGS"; then if test x$GCC = xyes && test "x$GXX" = xyes; then - CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" + CXXFLAGS="-g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs" AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])], [], [CXXFLAGS="-g -O3"]) else CXXFLAGS="-O" @@ -438,6 +438,7 @@ dnl# -------------------------------------------------------------------------- +LIBEV_M4_AVOID_LIBRT=1 m4_include([libev/libev.m4]) dnl# --------------------------------------------------------------------------