File: 04_lv_analyzer_build_fix.patch

package info (click to toggle)
libvisual-plugins 0.4.0.dfsg.1-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,508 kB
  • ctags: 1,113
  • sloc: ansic: 9,358; sh: 8,809; cpp: 871; makefile: 219; sed: 16
file content (11 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -361,7 +361,7 @@ AC_ARG_ENABLE([analyzer],
   [ENABLE_ANALYZER=$enableval],
   [ENABLE_ANALYZER=yes])
 
-if test "$ENABLE_ANALYZER" = xyes; then
+if test "$ENABLE_ANALYZER" = "yes"; then
   build_actor_plugins="$build_actor_plugins lv_analyzer"
 fi