summaryrefslogtreecommitdiff
path: root/media-libs/libvisual/files/libvisual-0.4.0-cond.patch
blob: e1a3efd47418df47b25935310a48a7897220e237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Broken --enable/disable condition.

Index: libvisual-0.4.0/configure.ac
===================================================================
--- libvisual-0.4.0.orig/configure.ac
+++ libvisual-0.4.0/configure.ac
@@ -191,7 +191,7 @@ AIX_COMPILE_INFO="AIX's C compiler needs
 		with the right compiler. Ususally just '_r' is appended 
 		to the compiler name."
 
-AC_ARG_ENABLE([enable_threads],
+AC_ARG_ENABLE([threads],
   AC_HELP_STRING([--enable-threads],
 		[Turn on basic thread support @<:@default=enabled@:>@]),
 		[enable_threads=$enableval],