--- gvpe/configure.ac 2007/11/10 05:14:21 1.46 +++ gvpe/configure.ac 2007/11/10 19:43:37 1.47 @@ -229,7 +229,7 @@ ]) dnl libev support -m4_include([libev/ev.m4]) +m4_include([libev/libev.m4]) AC_LANG_POP @@ -365,6 +365,8 @@ CXXFLAGS="$CXXFLAGS -fno-exceptions" fi +LIBS="$EXTRA_LIBS $LIBS" + dnl if $CXX -v --help 2>&1 | grep -q ffunction-sections; then dnl CXXFLAGS="$CXXFLAGS -ffunction-sections" dnl fi