1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 13:03:50 +00:00

(trunk) make the cross-compile libevent warning a little louder

This commit is contained in:
Charles Kerr 2009-06-10 15:53:23 +00:00
parent 0dd0a0bbd7
commit 7a32ae131a

View file

@ -185,8 +185,8 @@ if test "x$libevent_found" = "xyes" ; then
fi
fi
if test "x$libevent_source" = "xbundled"; then
AC_MSG_NOTICE([using our own libevent from third-party/libevent/])
AC_MSG_NOTICE([if you are cross-compiling this is probably NOT what you want.])
AC_MSG_WARN([using our own libevent from third-party/libevent/])
AC_MSG_WARN([if you are cross-compiling this is probably NOT what you want.])
LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent -I\$(top_builddir)/third-party/libevent"
LIBEVENT_LIBS="\$(top_builddir)/third-party/libevent/libevent.la"
else