diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-26 09:20:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-26 09:20:28 (GMT) |
commit | 3d14dd6bc91a1cdca6f1637178ddd9448ff4505e (patch) | |
tree | cbad4977c518ffb1ab5e91ba803f8ff5e64bd419 /unix/configure.in | |
parent | c019848148730c03e59a86793f155327f407cd7e (diff) | |
parent | 60ef39d24a8c8c1572ef6f2efad50706b49e0f06 (diff) | |
download | tcl-3d14dd6bc91a1cdca6f1637178ddd9448ff4505e.zip tcl-3d14dd6bc91a1cdca6f1637178ddd9448ff4505e.tar.gz tcl-3d14dd6bc91a1cdca6f1637178ddd9448ff4505e.tar.bz2 |
Move test for pthread_atfork inside SC_ENABLE_THREADS
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index cf5a86a..1a9bb31 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -121,7 +121,6 @@ fi #------------------------------------------------------------------------ SC_ENABLE_THREADS -AC_CHECK_FUNCS(pthread_atfork) #------------------------------------------------------------------------ # Embedded configuration information, encoding to use for the values, TIP #59 |