Changeset 8554


Ignore:
Timestamp:
May 28, 2009, 1:05:35 PM (14 years ago)
Author:
charles
Message:

(1.6x) backport r8551: fix "make distcheck" issue raised by a cleanup in libevent 1.4.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.6x/configure.ac

    r8457 r8554  
    169169dnl
    170170dnl  libevent fun
     171dnl
     172dnl  we have to add the builddir into the include path because event-config.h
     173dnl  is generated when libevent is build
    171174
    172175AC_CONFIG_SUBDIRS([third-party/libevent])
    173176AC_MSG_NOTICE([invoking libevent's configure script])
    174 LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent"
     177LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent -I\$(top_builddir)/third-party/libevent"
    175178AC_SUBST(LIBEVENT_CPPFLAGS)
    176179
Note: See TracChangeset for help on using the changeset viewer.