]> git.pld-linux.org Git - packages/darkice.git/blob - darkice-ac25x.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/darkice.git] / darkice-ac25x.patch
1 --- darkice-0.10/configure.in~  Tue Jul 23 06:23:29 2002
2 +++ darkice-0.10/configure.in   Tue Jul 23 06:23:29 2002
3 @@ -28,8 +28,6 @@
4  dnl-----------------------------------------------------------------------------
5  dnl link the lame library if requested
6  dnl-----------------------------------------------------------------------------
7 -AC_SUBST( LAME_INCFLAGS)
8 -AC_SUBST( LAME_LDFLAGS)
9  
10  AC_ARG_WITH( lame,
11  [  --with-lame             use lame for encoding mp3 streams [yes] ],
12 @@ -57,14 +55,12 @@
13  else
14      AC_MSG_RESULT( [building without lame] )
15  fi
16 -
17 +AC_SUBST(LAME_INCFLAGS)
18 +AC_SUBST(LAME_LDFLAGS)
19  
20  dnl-----------------------------------------------------------------------------
21  dnl link the ogg vorbis libraries if requested
22  dnl-----------------------------------------------------------------------------
23 -AC_SUBST( VORBIS_INCFLAGS)
24 -AC_SUBST( VORBIS_LDFLAGS)
25 -
26  AC_ARG_WITH( vorbis,
27  [  --with-vorbis           use Ogg Vorbis for encoding vorbis streams [yes] ],
28      USE_VORBIS=${withval}, USE_VORBIS="yes" )
29 @@ -106,7 +102,9 @@
30  if test "x${LAME_LDFLAGS}" = "x" -a "x${VORBIS_LDFLAGS}" = "x" ; then
31      AC_MSG_ERROR( [neither lame nor Ogg Vorbis configured])
32  fi
33 +AC_SUBST(VORBIS_INCFLAGS)
34 +AC_SUBST(VORBIS_LDFLAGS)
35  
36  
37 -AC_OUTPUT(Makefile src/Makefile man/Makefile)
38 +AC_OUTPUT([Makefile src/Makefile man/Makefile])
39  
This page took 0.061701 seconds and 3 git commands to generate.