]> git.pld-linux.org Git - packages/rtorrent.git/blob - am.patch
Fix BR for XML-RPC support
[packages/rtorrent.git] / am.patch
1 --- rtorrent-0.9.2/configure.ac.wiget   2013-03-18 10:07:05.357628787 +0100
2 +++ rtorrent-0.9.2/configure.ac 2013-03-18 10:07:15.690528914 +0100
3 @@ -3,7 +3,7 @@ AC_INIT(rtorrent, 0.9.2, jaris@ifi.uio.n
4  AC_DEFINE(API_VERSION, 6, api version)
5  
6  AM_INIT_AUTOMAKE
7 -AM_CONFIG_HEADER(config.h)
8 +AC_CONFIG_HEADER(config.h)
9  AM_PATH_CPPUNIT(1.9.6)
10  
11  AC_PROG_CXX
This page took 0.02302 seconds and 3 git commands to generate.