Changeset 8554
- Timestamp:
- May 28, 2009, 1:05:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6x/configure.ac
r8457 r8554 169 169 dnl 170 170 dnl libevent fun 171 dnl 172 dnl we have to add the builddir into the include path because event-config.h 173 dnl is generated when libevent is build 171 174 172 175 AC_CONFIG_SUBDIRS([third-party/libevent]) 173 176 AC_MSG_NOTICE([invoking libevent's configure script]) 174 LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent "177 LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent -I\$(top_builddir)/third-party/libevent" 175 178 AC_SUBST(LIBEVENT_CPPFLAGS) 176 179
Note: See TracChangeset
for help on using the changeset viewer.