summaryrefslogtreecommitdiff
path: root/m4/gst-ivorbis.m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-11 16:44:05 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-11 16:44:05 +0000
commitf80c9eafc187f8cd7178cfaf3f4aeab4147bf06a (patch)
tree09123d79b4b2c0f74cb7209bc4be5af9eb187c0d /m4/gst-ivorbis.m4
parent47f8959de4e7e26cb3167c2b62737e5e6a911af5 (diff)
fix underquotedness of macros
Original commit message from CVS: fix underquotedness of macros
Diffstat (limited to 'm4/gst-ivorbis.m4')
-rw-r--r--m4/gst-ivorbis.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-ivorbis.m4 b/m4/gst-ivorbis.m4
index 2d29de76a..ae35bbb5d 100644
--- a/m4/gst-ivorbis.m4
+++ b/m4/gst-ivorbis.m4
@@ -3,7 +3,7 @@
dnl XIPH_PATH_IVORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libivorbis, and define IVORBIS_CFLAGS and IVORBIS_LIBS
dnl
-AC_DEFUN(XIPH_PATH_IVORBIS,
+AC_DEFUN([XIPH_PATH_IVORBIS],
[dnl
dnl Get the cflags and libraries
dnl