r19448 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19447‎ | r19448 | r19449 >
Date:12:07, 18 January 2007
Author:river
Status:old
Tags:
Comment:
remove libevent checks
Modified paths:
  • /trunk/loreley/configure.in (modified) (history)

Diff [purge]

Index: trunk/loreley/configure.in
@@ -170,8 +170,6 @@
171171
172172 AC_ARG_WITH(boost, AC_HELP_STRING([--with-boost=PATH],[path to Boost headers]),[
173173 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"],)
176174 AC_ARG_WITH(zlib, AC_HELP_STRING([--with-zlib=PATH],[prefix where zlib is installed]),[
177175 CPPFLAGS="$CPPFLAGS -I${withval}/include" LDFLAGS="$LDFLAGS -L${withval}/lib"],)
178176 AC_ARG_WITH(bdb, AC_HELP_STRING([--with-bdb=PATH],[prefix where Oracle Berkeley DB is installed]),[
@@ -215,9 +213,6 @@
216214 AC_SEARCH_LIBS(sendfile, sendfile)
217215 AC_SEARCH_LIBS(zlibVersion, z,,AC_MSG_ERROR([zlib not found]))
218216 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
222217 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])])
223218
224219 AC_CHECK_TYPES([u_int8_t, u_int16_t, u_int32_t, u_int64_t])