summaryrefslogtreecommitdiff
path: root/ogg.m4
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2012-08-31 17:22:07 +0000
committerRalph Giles <giles@xiph.org>2012-08-31 17:22:07 +0000
commitfe9085b6294001b755bc0e81dbd2adfdc5deaea6 (patch)
tree6beddf0ced130fefaaed36a46f4e2cfb323d130a /ogg.m4
parenta3062c7040e45e7ee88a91779355602bccc85e34 (diff)
downloadogg-git-fe9085b6294001b755bc0e81dbd2adfdc5deaea6.tar.gz
Remote trailing whitespace.
svn path=/trunk/ogg/; revision=18564
Diffstat (limited to 'ogg.m4')
-rw-r--r--ogg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ogg.m4 b/ogg.m4
index 1d3fb8b..77d663b 100644
--- a/ogg.m4
+++ b/ogg.m4
@@ -6,7 +6,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],
-[dnl
+[dnl
dnl Get the cflags and libraries
dnl
AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is installed (optional)]), ogg_prefix="$withval", ogg_prefix="")