Changeset 8665 for trunk/configure.ac
- Timestamp:
- Jun 10, 2009, 3:53:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r8648 r8665 186 186 fi 187 187 if test "x$libevent_source" = "xbundled"; then 188 AC_MSG_ NOTICE([using our own libevent from third-party/libevent/])189 AC_MSG_ NOTICE([if you are cross-compiling this is probably NOT what you want.])188 AC_MSG_WARN([using our own libevent from third-party/libevent/]) 189 AC_MSG_WARN([if you are cross-compiling this is probably NOT what you want.]) 190 190 LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent -I\$(top_builddir)/third-party/libevent" 191 191 LIBEVENT_LIBS="\$(top_builddir)/third-party/libevent/libevent.la"
Note: See TracChangeset
for help on using the changeset viewer.