aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ogg.m4
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-07-15 11:02:52 +0000
committerEric Wong <normalperson@yhbt.net>2006-07-15 11:02:52 +0000
commitf621d55e3fd7b3a6cc234d5d9632ed472fd88ff8 (patch)
tree552ab8c14643c22039e8166790273d51142514c9 /m4/ogg.m4
parentb77b187b7ccd97758d2895655e92ffdd295202e5 (diff)
downloadmpd-f621d55e3fd7b3a6cc234d5d9632ed472fd88ff8.tar.gz
mpd-f621d55e3fd7b3a6cc234d5d9632ed472fd88ff8.tar.xz
mpd-f621d55e3fd7b3a6cc234d5d9632ed472fd88ff8.zip
Fix underquoted defintion warnings from newer automake
git-svn-id: https://svn.musicpd.org/mpd/trunk@4352 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'm4/ogg.m4')
-rw-r--r--m4/ogg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ogg.m4 b/m4/ogg.m4
index 0f428756b..0e1f1abf5 100644
--- a/m4/ogg.m4
+++ b/m4/ogg.m4
@@ -5,7 +5,7 @@
dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS
dnl
-AC_DEFUN(XIPH_PATH_OGG,
+AC_DEFUN([XIPH_PATH_OGG],
[dnl
dnl Get the cflags and libraries
dnl