Changeset 8601 for trunk/configure.ac
- Timestamp:
- Jun 3, 2009, 4:49:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r8600 r8601 172 172 LIBEVENT_LIBS="-levent"], 173 173 [libevent_source=bundled 174 AC_MSG_NOTICE([couldn't find event-config.h, so using our own copy of libevent from third-party/libevent/.]) 175 AC_MSG_NOTICE([if you are cross-compiling this is probably NOT what you want.]) 174 176 AC_CONFIG_SUBDIRS([third-party/libevent]) 175 AC_MSG_NOTICE([libevent not found on system, so we'll build our own from third-party/libevent/.])176 AC_MSG_NOTICE([if you are cross-compiling this is probably not what you want.])177 177 LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent -I\$(top_builddir)/third-party/libevent" 178 LIBEVENT_LIBS="\$(top_builddir)/third-party/libevent/.libs/libevent.a" 179 AC_SUBST(LIBEVENT_CPPFLAGS)]) 178 LIBEVENT_LIBS="\$(top_builddir)/third-party/libevent/.libs/libevent.a"]) 180 179 AM_CONDITIONAL([BUILD_LIBEVENT], [test x$libevent_source = xbundled]) 181 180 AC_SUBST(LIBEVENT_CPPFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.