summaryrefslogtreecommitdiff
path: root/m4/ogg.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ogg.m4')
-rw-r--r--m4/ogg.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ogg.m4 b/m4/ogg.m4
index 7f8ab808f..811c47607 100644
--- a/m4/ogg.m4
+++ b/m4/ogg.m4
@@ -9,8 +9,8 @@ AC_DEFUN([AM_PATH_OGG],
[dnl
dnl Get the cflags and libraries
dnl
-AC_ARG_WITH(ogg-prefix,[ --with-ogg-prefix=PFX Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="")
-AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
+AC_ARG_WITH(ogg-prefix, AC_HELP_STRING([--with-ogg-prefix=DIR], [prefix where libogg is installed (optional)]), ogg_prefix="$withval", ogg_prefix="")
+AC_ARG_ENABLE(oggtest, AC_HELP_STRING([--disable-oggtest], [do not try to compile and run a test Ogg program]), enable_oggtest=$enableval, enable_oggtest=yes)
if test x$ogg_prefix != x ; then
ogg_args="$ogg_args --prefix=$ogg_prefix"