<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ See http://xph.us/software/beanstalkd/ for general info.
 
 To build beanstalkd, type &quot;./configure&quot; then &quot;make&quot;.
 
-Requires libevent 1.4 or later. You can find libevent at
+Requires libevent 1.4.1 or later. You can find libevent at
 http://www.monkey.org/~provos/libevent/.
 
 To install, copy the file &quot;beanstalkd&quot; anywhere you like.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -108,6 +108,10 @@ else
     AC_MSG_ERROR([event_get_version() is missing, check config.log for more details])
   ])
 
+  AC_CHECK_LIB([event], [event_reinit], [], [
+    AC_MSG_ERROR([beanstalkd requires libevent version 1.4.1 or later.])
+  ])
+
   if test -f &quot;$LIBEVENT_DIR/$LIBDIR/libevent.so&quot;; then
     LIBEVENT=&quot;$LIBEVENT_DIR/$LIBDIR/libevent.so&quot;;
   else </diff>
      <filename>configure.in</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9e91ae535c17506f4d66a6b2841faf6628b0675a</id>
    </parent>
  </parents>
  <author>
    <name>Keith Rarick</name>
    <email>kr@xph.us</email>
  </author>
  <url>http://github.com/kr/beanstalkd/commit/485431cb3b17e995e4243f1227390a25904268b4</url>
  <id>485431cb3b17e995e4243f1227390a25904268b4</id>
  <committed-date>2009-04-22T23:27:39-07:00</committed-date>
  <authored-date>2009-04-22T23:26:10-07:00</authored-date>
  <message>Have configure check the libevent version.

Also, we require libevent 1.4.1; event_reinit wasn't in 1.4.0.</message>
  <tree>adaf6e91a4a9fee21091ecfbccdc98faca391004</tree>
  <committer>
    <name>Keith Rarick</name>
    <email>kr@xph.us</email>
  </committer>
</commit>
