Fix build script reference problem
authorMark Slee <mcslee@apache.org>
Tue, 3 Apr 2007 07:31:51 +0000 (07:31 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 3 Apr 2007 07:31:51 +0000 (07:31 +0000)
Reviewed By: pquerna@apache.org

Test Plan: build w/o libevent installed

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665081 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/aclocal/ax_event_base.m4

index 4418350..9d5c525 100644 (file)
@@ -70,7 +70,7 @@ if test "x$want_event" = "xyes"; then
        fi
 
        if test "$succeeded" != "yes" ; then
-            AC_MSG_ERROR([[We could not detect the event libraries (version $event_lib_version_req_shorten or higher). If you have a staged event library (still not installed) please specify \$EVENT_ROOT in your environment and do not give a PATH to --with-event option.  If you are sure you have event installed, then check your version number looking in <event/version.hpp>. See http://randspringer.de/event for more documentation.]])
+            AC_MSG_ERROR([[We could not detect the event libraries (version $event_lib_version_req_shorten or higher). If you have a staged event library (still not installed) please specify \$EVENT_ROOT in your environment and do not give a PATH to --with-event option.  If you are sure you have event installed, then check your version number looking in <event.h>. See http://www.monkey.org/~provos/libevent/ for more documentation.]])
        else
             AC_SUBST(EVENT_CPPFLAGS)
            AC_SUBST(EVENT_LDFLAGS)