diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-26 21:07:49 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-26 21:07:49 +0000 |
commit | 35e9b7803015ddca595913c88a8476df269a9a16 (patch) | |
tree | a7a46178fa94a3cd13564509d23d7a1cf2c7be21 /m4/vorbis.m4 | |
parent | 774e9b9aaa7bb10bafb73d89cdff1f27160016fd (diff) | |
download | xine-lib-35e9b7803015ddca595913c88a8476df269a9a16.tar.gz xine-lib-35e9b7803015ddca595913c88a8476df269a9a16.tar.bz2 |
Add autoconf 2.5x patch from Bernhard Rosenkraenzer <bero@redhat.de>.
CVS patchset: 1119
CVS date: 2001/11/26 21:07:49
Diffstat (limited to 'm4/vorbis.m4')
-rw-r--r-- | m4/vorbis.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/vorbis.m4 b/m4/vorbis.m4 index 0cc4c3c2e..cda229d99 100644 --- a/m4/vorbis.m4 +++ b/m4/vorbis.m4 @@ -5,7 +5,7 @@ dnl AM_PATH_VORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl Test for libvorbis, and define VORBIS_CFLAGS and VORBIS_LIBS dnl -AC_DEFUN(AM_PATH_VORBIS, +AC_DEFUN([AM_PATH_VORBIS], [dnl dnl Get the cflags and libraries dnl |