diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-27 20:37:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-27 20:37:17 +0000 |
commit | 2825dabef273ac445dbc64e8717c9b535b35f402 (patch) | |
tree | 698614d84feb46a5aabc9883dff287f078da1afd /m4/a52.m4 | |
parent | c19a632e3f8f402e89a13cef15d7fdfe411675b2 (diff) | |
download | gst-plugins-bad-2825dabef273ac445dbc64e8717c9b535b35f402.tar.gz gst-plugins-bad-2825dabef273ac445dbc64e8717c9b535b35f402.tar.bz2 gst-plugins-bad-2825dabef273ac445dbc64e8717c9b535b35f402.zip |
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.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |