mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 13:56:32 +00:00
Fix brokenness with autoconf 2.50. *sigh*
Original commit message from CVS: Fix brokenness with autoconf 2.50. *sigh*
This commit is contained in:
parent
57db14c036
commit
51d8a604dc
1 changed files with 0 additions and 2 deletions
|
@ -319,7 +319,6 @@ dnl if any other value, the feature is enabled by default.
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN(GST_CHECK_FEATURE,
|
AC_DEFUN(GST_CHECK_FEATURE,
|
||||||
[dnl
|
[dnl
|
||||||
builtin(undefine, [gst_endisable])dnl
|
|
||||||
builtin(define, [gst_endisable], ifelse($5, [disabled], [enable], [disable]))dnl
|
builtin(define, [gst_endisable], ifelse($5, [disabled], [enable], [disable]))dnl
|
||||||
AC_ARG_ENABLE(translit([$1], A-Z, a-z),
|
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]),
|
[ ]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
|
fi
|
||||||
dnl *** Define the conditional as appropriate
|
dnl *** Define the conditional as appropriate
|
||||||
AM_CONDITIONAL(USE_[$1], test x$USE_[$1] = xyes)
|
AM_CONDITIONAL(USE_[$1], test x$USE_[$1] = xyes)
|
||||||
builtin(undefine, [gst_endisable])dnl
|
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl Perform a check for existence of ARTSC
|
dnl Perform a check for existence of ARTSC
|
||||||
|
|
Loading…
Reference in a new issue