1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-01-23 20:06:41 +00:00

Cleanup in configure.ac

Commited by mistake in 09071d20f3
This commit is contained in:
The Tumultuous Unicorn Of Darkness 2023-09-23 17:29:50 +02:00
parent 5b63e27dc8
commit 764607faa0
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A

View file

@ -62,21 +62,6 @@ fi
AC_CANONICAL_HOST 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_windows=no
build_netbsd=no build_netbsd=no
build_dragonflybsd=no build_dragonflybsd=no