diff options
Diffstat (limited to 'abs/core-testing/audiofile/aclocal-fixes.patch')
-rw-r--r-- | abs/core-testing/audiofile/aclocal-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core-testing/audiofile/aclocal-fixes.patch b/abs/core-testing/audiofile/aclocal-fixes.patch new file mode 100644 index 0000000..ef4d258 --- /dev/null +++ b/abs/core-testing/audiofile/aclocal-fixes.patch @@ -0,0 +1,11 @@ +--- audiofile.m4.orig 2006-03-05 13:06:01.000000000 +0000 ++++ audiofile.m4 2006-03-05 13:06:17.000000000 +0000 +@@ -9,7 +9,7 @@ + dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) + dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS. + dnl +-AC_DEFUN(AM_PATH_AUDIOFILE, ++AC_DEFUN([AM_PATH_AUDIOFILE], + [dnl + dnl Get compiler flags and libraries from the audiofile-config script. + dnl |