summaryrefslogtreecommitdiffstats
path: root/m4/a52.m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-27 20:37:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-27 20:37:17 +0000
commitea003f663a78858145940d9b363912d57a953bed (patch)
treee1c96a182d2b2e432f20dceef9603a6053e29163 /m4/a52.m4
parent6d02b7738beee2fa3ebe8247b4b92d47e613eef0 (diff)
various AC_HELP_STRING changes
Original commit message from CVS: various AC_HELP_STRING changes
Diffstat (limited to 'm4/a52.m4')
-rw-r--r--m4/a52.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/a52.m4 b/m4/a52.m4
index fe89c1b7..c7396cb1 100644
--- a/m4/a52.m4
+++ b/m4/a52.m4
@@ -52,7 +52,8 @@ dnl
AC_DEFUN(AC_CHECK_A52DEC,
[dnl
AC_ARG_WITH(a52dec-prefix,
- AC_HELP_STRING([--with-a52dec-prefix=PFX],[Prefix where a52dec is installed (optional)]),
+ AC_HELP_STRING([--with-a52dec-prefix=PFX],
+ [prefix where a52dec is installed (optional)]),
a52dec_config_prefix="$withval", a52dec_config_prefix="")
if test x$a52dec_config_prefix = x ; then