Changeset 8551 for trunk/configure.ac
- Timestamp:
- May 28, 2009, 3:36:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r8549 r8551 171 171 dnl 172 172 dnl libevent fun 173 dnl 174 dnl we have to add the builddir into the include path because event-config.h 175 dnl is generated when libevent is build 173 176 174 177 AC_CONFIG_SUBDIRS([third-party/libevent]) 175 178 AC_MSG_NOTICE([invoking libevent's configure script]) 176 LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent "179 LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent -I\$(top_builddir)/third-party/libevent" 177 180 AC_SUBST(LIBEVENT_CPPFLAGS) 178 181
Note: See TracChangeset
for help on using the changeset viewer.