diff --git a/TODO b/TODO index fed45bf3..34fbe6b7 100644 --- a/TODO +++ b/TODO @@ -7,3 +7,6 @@ normal timeout. Make clear distinction of upload/download throttle. Consider basing WindowPeer* on a common base class. + +Some kind of indication that a tracker request was tried, but won't be +allowed since the tracker set a min interval. \ No newline at end of file diff --git a/configure.ac b/configure.ac index bad33c55..36b655ce 100644 --- a/configure.ac +++ b/configure.ac @@ -7,10 +7,6 @@ sinclude(scripts/checks.m4) CXXFLAGS="-O3" -AC_PROG_CXX -AC_PROG_RANLIB -AC_SYS_LARGEFILE - AC_ARG_ENABLE(debug, [ --enable-debug enable debug information [default=yes]], [ @@ -24,6 +20,10 @@ AC_ARG_ENABLE(debug, ] ) +AC_PROG_CXX +AC_PROG_RANLIB +AC_SYS_LARGEFILE + AC_ARG_ENABLE(werror, [ --enable-werror enable the -Werror flag [default=no]], [