* m4/assertion.m4: Fixed copyright header.
[cacao.git] / m4 / threads.m4
index 9dcdf44c6318b91ec2b6347c3dc835125cece04d..08cc6f8ed9df0c801c38c1112987af74b7cf7a78 100644 (file)
@@ -21,8 +21,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with this program; if not, write to the Free Software
 dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 dnl 02110-1301, USA.
-dnl 
-dnl $Id: configure.ac 7228 2007-01-19 01:13:48Z edwin $
 
 
 dnl check which thread implementation should be used
@@ -59,13 +57,6 @@ case "${ENABLE_THREADS}" in
         AC_DEFINE([ENABLE_THREADS], 1, [enable threads])
         AC_CHECK_LIB(pthread, main)
 
-        dnl check for pthread implementation
-        case "${OS_DIR}" in
-            linux )
-                AC_CHECK_PTHREADS_IMPLEMENTATION
-                ;;
-        esac
-
         ARCH_CFLAGS="$ARCH_CFLAGS -D_REENTRANT"
 
         dnl we changed ARCH_CFLAGS, set CFLAGS again