Cleanup: remove leftover manual pthread detection
[urcu.git] / Makefile.am
index 8e25fd966769a3cffc7313babb8d3dfb16e04818..7b21321d9c06099b817fd63bf0ed2ed1baa3c23e 100644 (file)
@@ -5,9 +5,6 @@ AM_CPPFLAGS = -I$(top_builddir)/urcu
 #Add the -version-info directly here since we are only building
 # library that use the version-info
 AM_LDFLAGS=-version-info $(URCU_LIBRARY_VERSION)
-if !LIBC_INCLUDES_PTHREAD
-AM_LDFLAGS+=-lpthread
-endif
 if USE_CYGWIN
 AM_LDFLAGS+=-no-undefined
 endif
This page took 0.021936 seconds and 4 git commands to generate.