From: Daniel Rus Morales <danirus@tol-project.org>
Date: Fri, 27 Apr 2007 20:56:49 +0200
Subject: Fix LOCK_THREADS in settings.dist

Description: Fix LOCK_THREADS in settings.dist
 This patch takes into account that if --enable-threads is used, LOCK_THREADS
 doesn't get updated
Author: Markus Stenberg <markus.stenberg@conformiq.com>
Author: Daniel Rus Morales <danirus@tol-project.org>
Bug-Debian: https://bugs.debian.org/276457
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---
 settings.dist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.dist b/settings.dist
index 1af8a29..a96dff2 100644
--- a/settings.dist
+++ b/settings.dist
@@ -409,7 +409,7 @@
  */
 
 #ifndef LOCK_THREADS
-#define LOCK_THREADS 0
+#define LOCK_THREADS 1
 #endif
 
 #if LOCK_THREADS
