]> git.pld-linux.org Git - packages/flac.git/commitdiff
- added my patch to aclocal (s/AM/XIPH),
authordjrzulf <djrzulf@pld-linux.org>
Tue, 3 Sep 2002 11:23:09 +0000 (11:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flac-configure.in-aclocal.patch -> 1.1

flac-configure.in-aclocal.patch [new file with mode: 0644]

diff --git a/flac-configure.in-aclocal.patch b/flac-configure.in-aclocal.patch
new file mode 100644 (file)
index 0000000..70ef838
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.in.orig  Tue Jul  2 22:23:55 2002
++++ configure.in       Tue Sep  3 10:20:30 2002
+@@ -93,7 +93,7 @@
+ AC_DEFINE(FLAC__USE_3DNOW)
+ fi
+-AM_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development enviroment not installed - Ogg support will not be built]))
++XIPH_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development enviroment not installed - Ogg support will not be built]))
+ AM_CONDITIONAL(FLaC__HAS_OGG, [test x$have_ogg = xyes])
+ if test x$have_ogg = xyes ; then
+ AC_DEFINE(FLAC__HAS_OGG)
This page took 0.065392 seconds and 4 git commands to generate.