gnu: opendht: Update to 2.2.0rc4.
[jackhill/guix/guix.git] / gnu / packages / patches / pinball-system-ltdl.patch
1 --- pinball-0.3.1/configure.ac 2010-01-14 17:26:25.000000000 +0100
2 +++ pinball-0.3.1/configure.ac 2010-01-14 17:26:25.000000000 +0100
3 @@ -22,14 +22,12 @@
4 [ --with-cxxflags=CXXFLAGS use CXXFLAGS as compile time arguments.],
5 [CXXFLAGS=$with_cxxflags; export CXXFLAGS])
6
7 -AC_CONFIG_SUBDIRS(libltdl)
8 -
9 dnl Checks for programs.
10 AC_PROG_CC
11 AC_PROG_CXX
12 AC_PROG_INSTALL
13 AC_LIBTOOL_DLOPEN
14 -AC_LIBLTDL_CONVENIENCE
15 +LTDL_INIT
16 AC_PROG_LIBTOOL
17
18 AC_SUBST(INCLTDL)