--- rxvt-unicode/src/main.C 2007/11/11 04:08:00 1.256 +++ rxvt-unicode/src/main.C 2007/11/11 17:10:45 1.257 @@ -617,7 +617,9 @@ rxvt_init () { ptytty::init (); - ev::ev_default_loop (0); + + if (!ev::ev_default_loop (0)) + rxvt_fatal ("cannot initialise libev (bad value for LIBEV_METHODS?)\n"); rxvt_environ = environ;