From 764607faa05eff8e6ce2b42bbaaac98e05c84c7d Mon Sep 17 00:00:00 2001 From: The Tumultuous Unicorn Of Darkness Date: Sat, 23 Sep 2023 17:29:50 +0200 Subject: [PATCH] Cleanup in configure.ac Commited by mistake in 09071d20f303c12559475a1c923f34b24fff6a83 --- configure.ac | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/configure.ac b/configure.ac index ccdbbbb..74bfd6c 100644 --- a/configure.ac +++ b/configure.ac @@ -62,21 +62,6 @@ fi AC_CANONICAL_HOST -AC_MSG_CHECKING([Whether we need POSIX threads]) -AC_COMPILE_IFELSE([ - AC_LANG_PROGRAM([ - #if defined(__NetBSD__) || defined(__DragonFly__) - #else - # error "no pthreads needed" - #endif - ]) -], [ - AC_MSG_RESULT([yes]) - AC_SUBST([LIBCPUID_LDFLAGS], ["-pthread"]) -], [ - AC_MSG_RESULT([no]) -]) - build_windows=no build_netbsd=no build_dragonflybsd=no