Fix brokenness with autoconf 2.50. *sigh*

Original commit message from CVS:
Fix brokenness with autoconf 2.50.  *sigh*
This commit is contained in:
Richard Boulton 2001-06-27 16:06:38 +00:00
parent 57db14c036
commit 51d8a604dc

View file

@ -319,7 +319,6 @@ dnl if any other value, the feature is enabled by default.
dnl
AC_DEFUN(GST_CHECK_FEATURE,
[dnl
builtin(undefine, [gst_endisable])dnl
builtin(define, [gst_endisable], ifelse($5, [disabled], [enable], [disable]))dnl
AC_ARG_ENABLE(translit([$1], A-Z, a-z),
[ ]builtin(format, --%-26s gst_endisable %s: %s, gst_endisable-translit([$1], A-Z, a-z), [$2], [$3]),
@ -358,7 +357,6 @@ if test x$USE_[$1] = xno; then
fi
dnl *** Define the conditional as appropriate
AM_CONDITIONAL(USE_[$1], test x$USE_[$1] = xyes)
builtin(undefine, [gst_endisable])dnl
])
dnl Perform a check for existence of ARTSC