Skip to content

Commit

Permalink
Cleanup in configure.ac
Browse files Browse the repository at this point in the history
Commited by mistake in 09071d2
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Sep 23, 2023
1 parent 5b63e27 commit 764607f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 764607f

Please sign in to comment.