diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-07-15 11:02:52 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2006-07-15 11:02:52 +0000 |
commit | f621d55e3fd7b3a6cc234d5d9632ed472fd88ff8 (patch) | |
tree | 552ab8c14643c22039e8166790273d51142514c9 /m4/vorbis.m4 | |
parent | b77b187b7ccd97758d2895655e92ffdd295202e5 (diff) | |
download | mpd-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/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 d311a410a..300cc6c7d 100644 --- a/m4/vorbis.m4 +++ b/m4/vorbis.m4 @@ -6,7 +6,7 @@ dnl XIPH_PATH_VORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl Test for libvorbis, and define VORBIS_CFLAGS and VORBIS_LIBS dnl -AC_DEFUN(XIPH_PATH_VORBIS, +AC_DEFUN([XIPH_PATH_VORBIS], [dnl dnl Get the cflags and libraries dnl |