From 6a64c81334bf715e094daf4866c6dc16f90cfb45 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 15 Aug 2001 10:03:37 -0400 Subject: ENH: make pthreads the default for cygwin --- Templates/configure | 2 +- Templates/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Templates/configure b/Templates/configure index 1ac80b6..ba44bfa 100755 --- a/Templates/configure +++ b/Templates/configure @@ -2878,7 +2878,7 @@ case $system in ;; CYGWIN_NT*) CMAKE_THREAD_LIBS="" - CMAKE_USE_PTHREADS=0 + CMAKE_USE_PTHREADS=1 ;; esac fi diff --git a/Templates/configure.in b/Templates/configure.in index d738f47..3c1538d 100644 --- a/Templates/configure.in +++ b/Templates/configure.in @@ -455,7 +455,7 @@ case $system in ;; CYGWIN_NT*) CMAKE_THREAD_LIBS="" - CMAKE_USE_PTHREADS=0 + CMAKE_USE_PTHREADS=1 ;; esac fi -- cgit v0.12