Index: trunk/loreley/configure.in |
— | — | @@ -170,8 +170,6 @@ |
171 | 171 | |
172 | 172 | AC_ARG_WITH(boost, AC_HELP_STRING([--with-boost=PATH],[path to Boost headers]),[ |
173 | 173 | CPPFLAGS="$CPPFLAGS -I${withval}"],) |
174 | | -AC_ARG_WITH(libevent, AC_HELP_STRING([--with-libevent=PATH],[prefix where libevent is installed]),[ |
175 | | - CPPFLAGS="$CPPFLAGS -I${withval}/include" LDFLAGS="$LDFLAGS -L${withval}/lib"],) |
176 | 174 | AC_ARG_WITH(zlib, AC_HELP_STRING([--with-zlib=PATH],[prefix where zlib is installed]),[ |
177 | 175 | CPPFLAGS="$CPPFLAGS -I${withval}/include" LDFLAGS="$LDFLAGS -L${withval}/lib"],) |
178 | 176 | AC_ARG_WITH(bdb, AC_HELP_STRING([--with-bdb=PATH],[prefix where Oracle Berkeley DB is installed]),[ |
— | — | @@ -215,9 +213,6 @@ |
216 | 214 | AC_SEARCH_LIBS(sendfile, sendfile) |
217 | 215 | AC_SEARCH_LIBS(zlibVersion, z,,AC_MSG_ERROR([zlib not found])) |
218 | 216 | AC_SEARCH_LIBS(pthread_key_create, pthread) |
219 | | -if test "$solio" = "no"; then |
220 | | - AC_SEARCH_LIBS(event_add, event,,AC_MSG_ERROR([libevent not found (maybe you need --with-libevent)])) |
221 | | -fi |
222 | 217 | AC_SEARCH_LIBS(db_create, db-4.5 db-4.4 db-4.3 db-4.2,,[AC_DEFINE([NO_BDB],,[Berkeley DB is not available])]) |
223 | 218 | |
224 | 219 | AC_CHECK_TYPES([u_int8_t, u_int16_t, u_int32_t, u_int64_t]) |