summaryrefslogtreecommitdiffstats
path: root/m4/mpeg2dec.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/mpeg2dec.m4
parentc19a632e3f8f402e89a13cef15d7fdfe411675b2 (diff)
downloadgst-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/mpeg2dec.m4')
-rw-r--r--m4/mpeg2dec.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/mpeg2dec.m4 b/m4/mpeg2dec.m4
index 47422cd9..21758a50 100644
--- a/m4/mpeg2dec.m4
+++ b/m4/mpeg2dec.m4
@@ -1,4 +1,3 @@
-dnl
dnl MPEG2DEC_CHECK-LIBHEADER(FEATURE-NAME, LIB-NAME, LIB-FUNCTION, HEADER-NAME,
dnl ACTION-IF-FOUND, ACTION-IF-NOT-FOUND,
dnl EXTRA-LDFLAGS, EXTRA-CPPFLAGS)
@@ -52,8 +51,9 @@ dnl
AC_DEFUN(AC_CHECK_MPEG2DEC,
[dnl
AC_ARG_WITH(mpeg2dec-prefix,
- [ --with-mpeg2dec-prefix=PFX Prefix where mpeg2dec is installed (optional)],
- mpeg2dec_config_prefix="$withval", mpeg2dec_config_prefix="")
+ AC_HELP_STRING([--with-mpeg2dec-prefix=PFX],
+ [prefix where mpeg2dec is installed (optional)]),
+ mpeg2dec_config_prefix="$withval", mpeg2dec_config_prefix="")
if test x$mpeg2dec_config_prefix = x ; then
MPEG2DEC_CHECK_LIBHEADER(MPEG2DEC, mpeg2, mpeg2_init, mpeg2dec/mpeg2.h,