summaryrefslogtreecommitdiff
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
commit2825dabef273ac445dbc64e8717c9b535b35f402 (patch)
tree698614d84feb46a5aabc9883dff287f078da1afd /m4/a52.m4
parentc19a632e3f8f402e89a13cef15d7fdfe411675b2 (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 fe89c1b7d..c7396cb17 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