blob: 6528f86b9399a9b8851dcf769a0ad4f9d6d23afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Avoid autoreconf failure by globbing everything in [] in the macro definition.
Gentoo: http://bugs.gentoo.org/show_bug.cgi?id=230325
--- a/common/gst-feature.m4 2009-07-27 11:29:22.000000000 +0200
+++ b/common/gst-feature.m4 2009-07-27 11:29:28.000000000 +0200
@@ -46,13 +46,13 @@
dnl GST_PLUGINS_NO will contain those that won't be built
AC_DEFUN([GST_CHECK_FEATURE],
+[dnl
echo
AC_MSG_NOTICE(*** checking feature: [$2] ***)
if test "x[$3]" != "x"
then
AC_MSG_NOTICE(*** for plug-ins: [$3] ***)
fi
-[dnl
builtin(define, [gst_endisable], ifelse($5, [disabled], [enable], [disable]))dnl
dnl if it is set to NO, then don't even consider it for building
NOUSE=
|