summaryrefslogtreecommitdiffstats
path: root/Templates/configure.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-22 17:22:30 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-22 17:22:30 (GMT)
commitbeaa7dc1c84a58063f72c54559ecf0b2b45de45c (patch)
treed652bfb87b09db966bda4fc6acdd58b29f656e8c /Templates/configure.in
parent69503c66eb8225b57b5e8968f2d58d646bcf3191 (diff)
downloadCMake-beaa7dc1c84a58063f72c54559ecf0b2b45de45c.zip
CMake-beaa7dc1c84a58063f72c54559ecf0b2b45de45c.tar.gz
CMake-beaa7dc1c84a58063f72c54559ecf0b2b45de45c.tar.bz2
BUG: fix depends and CXXFLAGS passing
Diffstat (limited to 'Templates/configure.in')
-rw-r--r--Templates/configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Templates/configure.in b/Templates/configure.in
index 8b06be5..b4c0419 100644
--- a/Templates/configure.in
+++ b/Templates/configure.in
@@ -386,11 +386,14 @@ case $system in
FreeBSD*)
CMAKE_USE_PTHREADS=0
CMAKE_THREAD_LIBS=""
- ;;
+ ;;
+ CYGWIN_NT*)
+ CMAKE_THREAD_LIBS=""
+ CMAKE_USE_PTHREADS=0
+ ;;
esac
fi
-
AC_SUBST(CMAKE_USE_SPROC)
AC_SUBST(CMAKE_USE_PTHREADS)
AC_SUBST(CMAKE_HP_PTHREADS)