]> git.pld-linux.org Git - packages/flac.git/blob - flac-configure.in-aclocal.patch
- spaces -> tabs
[packages/flac.git] / flac-configure.in-aclocal.patch
1 --- configure.in.orig   Tue Jul  2 22:23:55 2002
2 +++ configure.in        Tue Sep  3 10:20:30 2002
3 @@ -93,7 +93,7 @@
4  AC_DEFINE(FLAC__USE_3DNOW)
5  fi
6  
7 -AM_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development enviroment not installed - Ogg support will not be built]))
8 +XIPH_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development enviroment not installed - Ogg support will not be built]))
9  AM_CONDITIONAL(FLaC__HAS_OGG, [test x$have_ogg = xyes])
10  if test x$have_ogg = xyes ; then
11  AC_DEFINE(FLAC__HAS_OGG)
This page took 0.025146 seconds and 3 git commands to generate.