]> git.pld-linux.org Git - packages/rhythmbox.git/blame - rhythmbox-lt.patch
- missing ;
[packages/rhythmbox.git] / rhythmbox-lt.patch
CommitLineData
47b7f89f
MB
1diff -urN rhythmbox-0.11.5/configure.ac rhythmbox-0.11.5.new/configure.ac
2--- rhythmbox-0.11.5/configure.ac 2008-06-13 16:06:21.000000000 +0200
3+++ rhythmbox-0.11.5.new/configure.ac 2008-06-13 16:28:44.000000000 +0200
4@@ -21,7 +21,10 @@
5 AC_PROG_CC
6 AC_PROG_CXX
7 AC_STDC_HEADERS
8-AM_PROG_LIBTOOL()
9+AM_PROG_LIBTOOL
10+dnl when using libtool 2.x create libtool early, because it's used in configure
11+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
12+
13 AC_C_BIGENDIAN
14 AC_CHECK_SIZEOF(long)
15
This page took 0.032061 seconds and 4 git commands to generate.