From b04d48d2fa96151faa0a494860194abdbfbfb2bb Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Fri, 14 Nov 2008 17:22:08 +0000 Subject: STR 2089: Adjust configure.in so that thread support defaults to ON in win32 configure, as it does for other platforms. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6526 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9faa69d9c..f93df361f 100644 --- a/configure.in +++ b/configure.in @@ -736,7 +736,7 @@ case $uname in GLDEMOS="" fi - if test "x$enable_threads" = xyes; then + if test "x$enable_threads" != xno; then if test x$have_pthread = xyes; then AC_DEFINE(HAVE_PTHREAD) fi -- cgit v1.2.3