diff -r b17d2cf35504 -r 9f7ecf7bf699 cmake/Modules/FindLibEvent.cmake --- a/cmake/Modules/FindLibEvent.cmake Sun Mar 08 02:00:06 2009 +0200 +++ b/cmake/Modules/FindLibEvent.cmake Sun Mar 08 02:35:50 2009 +0200 @@ -12,13 +12,11 @@ # include dir find_path (LibEvent_INCLUDE_DIR NAMES "event2/event.h" - PATHS "$ENV{LIBEVENT_PREFIX}/include" ) # library find_library (LibEvent_LIBRARY NAMES "event" - PATHS "$ENV{LIBEVENT_PREFIX}/lib" ) # set the external vars