Changeset 8617 for trunk/configure.ac
- Timestamp:
- Jun 4, 2009, 10:21:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r8614 r8617 170 170 [libevent_source=system 171 171 LIBEVENT_CPPFLAGS="" 172 LIBEVENT_LIBS="-levent "],172 LIBEVENT_LIBS="-levent -lrt"], 173 173 [libevent_source=bundled 174 174 AC_MSG_NOTICE([couldn't find event-config.h, so using our own copy of libevent from third-party/libevent/.]) … … 176 176 AC_CONFIG_SUBDIRS([third-party/libevent]) 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"])178 LIBEVENT_LIBS="\$(top_builddir)/third-party/libevent/libevent.la"]) 179 179 AM_CONDITIONAL([BUILD_LIBEVENT], [test x$libevent_source = xbundled]) 180 180 AC_SUBST(LIBEVENT_CPPFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.