From ea003f663a78858145940d9b363912d57a953bed Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 27 May 2002 20:37:17 +0000 Subject: various AC_HELP_STRING changes Original commit message from CVS: various AC_HELP_STRING changes --- m4/a52.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'm4/a52.m4') 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 -- cgit