Silvan Calarco
a2ea965be3
added patchset from sources.gentoo.org/cgi-bin/viewvc.cgi/src/patchsets/libvisual-plugins/0.4.0 [release 0.4.0-4mamba;Tue Dec 14 2010]
12 lines
385 B
Diff
12 lines
385 B
Diff
--- libvisual-plugins-0.4.0/configure.ac~ 2006-12-25 20:24:42.000000000 +0000
|
|
+++ libvisual-plugins-0.4.0/configure.ac 2006-12-25 20:24:56.000000000 +0000
|
|
@@ -361,7 +361,7 @@
|
|
[ENABLE_ANALYZER=$enableval],
|
|
[ENABLE_ANALYZER=yes])
|
|
|
|
-if test "$ENABLE_ANALYZER" = xyes; then
|
|
+if test "x$ENABLE_ANALYZER" = "xyes"; then
|
|
build_actor_plugins="$build_actor_plugins lv_analyzer"
|
|
fi
|
|
|